diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..29f3afd6c --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,48 @@ +NOTE: ISSUES ARE NOT FOR CODE HELP - Ask for Help at https://stackoverflow.com + +Your issue may already be reported! +Also, please search on the [issue tracker](../) before creating one. + +* **I'm submitting a ...** + - [ ] bug report + - [ ] feature request + - [ ] support request => Please do not submit support request here, see note at the top of this template. + +# Issue Description +* When Issue Happens +* Steps To Reproduce + 1. + 1. + 1. + +## Expected Behavior + + + +## Current Behavior + + + +## Possible Solution + + + +## Your Code + +``` +If relevant, paste all of your challenge code here +``` + +## Error message + +``` +If relevant, paste all of your error messages here +``` + +## Your Local environment +* Operating System, version +* Python, version +* Outputs of `pip freeze` or `conda list` + +Make sure to add **all the information needed to understand the bug** so that someone can help. +If the info is missing, we'll add the 'Needs more information' label and close the issue until there is enough information. \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..db82b6f86 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,38 @@ + + +## Types of changes + +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) + +Note that a Pull Request should only contain one of refactoring, new features or documentation changes. +Please separate these changes and send us individual PRs for each. +For more information on how to create a good pull request, please refer to [The anatomy of a perfect pull request](https://medium.com/@hugooodias/the-anatomy-of-a-perfect-pull-request-567382bb6067). + +## Checklist: + + +- [ ] My code follows the code style of this project. +- [ ] My change requires a change to the documentation. +- [ ] I have updated the documentation accordingly. +* [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change? +* [ ] Have you added an explanation of what your changes do and why you'd like us to include them? +* [ ] Have you written new tests for your core changes, as applicable? +* [ ] Have you successfully ran tests with your changes locally? + + + +## Description + + +## Motivation and Context + + + +## How has this been tested? + + +