mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-15 15:11:12 +02:00
Modify templates to have warnings & add config.yml for issues
This commit is contained in:
23
.github/pull_request_template.md
vendored
23
.github/pull_request_template.md
vendored
@@ -1,11 +1,24 @@
|
||||
<!--
|
||||
|
||||
IMPORTANT! READ
|
||||
|
||||
Any spam PRs will be closed.
|
||||
Please make sure your PR
|
||||
complies with the requirements.
|
||||
-->
|
||||
|
||||
Resolves: *(direct link to the issue)*
|
||||
|
||||
*(short description of the changes and the motivation to make the changes)*
|
||||
|
||||
<!-- Use "x" to fill the checkboxes below like [x] -->
|
||||
<!-- Use "x" to fill the checkboxes below like [x]
|
||||
an asterisk (*) after the entry indicates required
|
||||
-->
|
||||
|
||||
- [ ] 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
|
Reference in New Issue
Block a user