1
0
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:
Semisol
2021-07-08 15:06:50 +03:00
committed by GitHub
parent faa23d1b2b
commit 098a0225e1
4 changed files with 53 additions and 5 deletions

View File

@@ -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