diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..64064ffea --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: Bug +assignees: '' + +--- + +**Summary** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. Observe result + +**Observed behavior** +A clear and concise description of what happened +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots / File Attachments** +If applicable, add screenshots to help explain your problem or upload files to help us reproduce the bug. + +**Platform (please complete the following information):** + - OS: [e.g. Windows 10] + - App Version: [e.g. 0.13.3] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..e8589268f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[Feature]" +labels: Feature +assignees: '' + +--- + +**Summary** +A clear and concise description of what the problem is. + +**Alternatives/Considerations** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context/Motivation** +Add any other context or screenshots about the feature request here. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..b24d805fa --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,21 @@ + + +## Description + + +## Motivation and Context + + + +## Screenshots (if appropriate): + +## Types of changes + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) + +## Checklist: + + +- [ ] My code follows the code style of this project. +- [ ] I have tested my changes and confirmed that they are working