diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5764b8b50..074587bce 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,6 +4,19 @@ about: Create a report to help us improve --- + +- [ ] I have read the specified guidelines for issues + **Describe the bug** A clear and concise description of what the bug is. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..f3d473855 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Mailing list + url: https://lists.sr.ht/~tenacity/tenacity-discuss + about: Mailing list on Sourcehut for questions. Spam is not accepted. + - name: Discussions + url: https://github.com/tenacityteam/tenacity/discussions/categories/q-a + about: Please ask questions here. You may also use IRC (#tenacity on irc.libera.chat) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 066b2d920..b64eb2337 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,6 +4,20 @@ about: Suggest an idea for this project --- + +- [ ] I have read the specified guidelines for issues + **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1ed749379..207719052 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,11 +1,24 @@ + + Resolves: *(direct link to the issue)* *(short description of the changes and the motivation to make the changes)* - + -- [ ] The code in this pull request is licensed under "GPLv2 or any later version" +- [ ] The code in this pull request is licensed under "GPLv2 or any later version"\* - [ ] I made sure the code compiles on my machine -- [ ] I made sure there are no unnecessary changes in the code -- [ ] I made sure the title of the PR reflects the core meaning of the issue you are solving -- [ ] I made sure the commit message(s) contain a description and answer the question "Why do those changes fix that particular issue?" or "Why are those changes really necessary as improvements?" +- [ ] I made sure there are no unnecessary changes in the code\* +- [ ] I made sure the title of the PR reflects the core meaning of the issue you are solving\* +- [ ] I made sure the commit message(s) contain a description and answer the question "Why do those changes fix that particular issue?" or "Why are those changes really necessary as improvements?"\* + +\* indicates required \ No newline at end of file