diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..aa3e8c82 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,26 @@ +--- +name: Bug report +about: Create a bug report to help improve the project. Use this template for reporting bugs or requesting features. For questions or seeking help, please use the discussion forum. +title: "[BUG] Issue title..." +labels: bug +assignees: @ylacombe, @sanchit-gandhi + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: + +1. +2. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here (version tags, repository/library versions, etc.) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..8ce66899 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,21 @@ +--- +name: Feature request +about: Suggest an idea for this project. Hparam requests, training help are not feature requests. Use this template for proposing new features. For questions or seeking help, please use the discussion forum. +title: "[FEATURE] Feature title..." +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** + +A clear and concise description of what the problem is. + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/PULL_REQUEST.md b/.github/PULL_REQUEST.md new file mode 100644 index 00000000..d1357a59 --- /dev/null +++ b/.github/PULL_REQUEST.md @@ -0,0 +1,40 @@ +# What does this PR do? + + + +## Summary + + + +## Description of Changes + + + +## Additional Information + + + +## Before Submitting + +- [ ] This PR fixes a typo/improves documentation/fixes issue #. +- [ ] Have you read the contributor guidelines and the Pull Request section? +- [ ] Was this change discussed or approved through an issue or the community forum? Please provide a link if applicable. +- [ ] Have you added any necessary tests for the changes made? + +## Who can review? + + + + + +@ylacombe OR @sanchit-gandhi