chore(github): improve the PR template

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2023-11-04 09:45:54 +01:00
parent 2e15bad8e5
commit 168abd252c
2 changed files with 7 additions and 17 deletions

View File

@ -1,29 +1,17 @@
<!--- Provide a general summary of your changes in the Title above -->
##### Description
<!--- Describe your changes in detail -->
##### Related Issue
<!--- Make sure you've read CONTRIBUTING.md and CODE_OF_CONDUCT.md -->
<!--- -->
<!--- If suggesting a major new feature or major change, please discuss it in an issue/discussions first -->
<!--- If fixing a bug, IDEALLY there should be an issue describing it with steps to reproduce -->
<!--- Please link to the issue here: -->
##### Motivation and Context
##### Description
<!--- Describe your changes in detail -->
<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes an open issue, please link to the issue here. -->
<!--- Consider including potentalally useful screenshots of your feature in action -->
##### How Has This Been Tested?
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran to -->
<!--- see how your change affects other areas of the code, etc. -->
##### Screenshots (if appropriate):
##### Checklist while waiting for a review
- [ ] Have you performed a self review of the code?
- [ ] Have you added adequate tests?
- [ ] If this adds a feature, has completions been added for zsh and fish?
- [ ] Have you updated documentation, man pages, help?
- [ ] Have you ensured any option flags are respected?
- [ ] Does your code pass CI tests?
- [ ] Does your commit summaries follow conventional commits?

View File

@ -65,6 +65,8 @@ vendored-openssl,git`.
## Creating a PR
First, use the pull request template.
Please make sure that the thing you worked on... actually works. Make sure to
also add how you ensured this in the PR description. Further, it's expected
that you do your best to check for regressions.