From c9a9496d22c4c56a061748abbd246a36854dd121 Mon Sep 17 00:00:00 2001 From: Srihari Thyagarjan Date: Sat, 11 May 2024 10:30:05 +0530 Subject: [PATCH 1/4] Add PR template --- .github/PULL_REQUEST.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .github/PULL_REQUEST.md diff --git a/.github/PULL_REQUEST.md b/.github/PULL_REQUEST.md new file mode 100644 index 00000000..23ed67f1 --- /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 From b738efdaa974037fa2fd4883fed6061fbf134467 Mon Sep 17 00:00:00 2001 From: Srihari Thyagarjan Date: Sat, 11 May 2024 10:30:20 +0530 Subject: [PATCH 2/4] Add bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md 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.) From 787c107c42f0822b381b1237c947516811d86c78 Mon Sep 17 00:00:00 2001 From: Srihari Thyagarjan Date: Sat, 11 May 2024 10:30:28 +0530 Subject: [PATCH 3/4] Add Feature request template --- .github/ISSUE_TEMPLATE/feature_request.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md 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. From 1f1bf136d15c16582b731684d7c3aca4489cbfa4 Mon Sep 17 00:00:00 2001 From: Srihari Thyagarjan Date: Sat, 11 May 2024 10:32:32 +0530 Subject: [PATCH 4/4] Fix Md009/no trailing spaces violation --- .github/PULL_REQUEST.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST.md b/.github/PULL_REQUEST.md index 23ed67f1..d1357a59 100644 --- a/.github/PULL_REQUEST.md +++ b/.github/PULL_REQUEST.md @@ -17,7 +17,7 @@ Detail the specific changes made in this pull request. Explain the problem addre --> ## Additional Information - +