diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..24ea3abbcc --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,48 @@ + + +## Summary + + + +## Expected Behavior + + + + + +## Current Behavior + + + + + +~~~ +~~~ + +## Possible Solution + + + + +## Steps to Reproduce (for bugs) + + + +1. +2. +3. +4. + +## Context & Motivation + + + + +## Your Environment + + +* Version used: +* Operating System and version: +* Link to your project: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..ada6533423 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,39 @@ + + +## Summary + + + +## Details + + + +## Motivation and Context + + + + +## How Has This Been Tested? + + + + + + + +## Screenshots (if appropriate): + +## Types of changes + + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) + +## Checklist: + + + +- [ ] I've added tests for my code +- [ ] My change requires a change to the documentation. +- [ ] I have updated the documentation accordingly.