Create pull_request_template.md

Creates a PR template with a checklist
This commit is contained in:
Dmitry Vedenko 2021-05-27 18:37:07 +03:00 committed by GitHub
parent c35f7d35cc
commit bdc5efc7ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

11
.github/pull_request_template.md vendored Normal file
View File

@ -0,0 +1,11 @@
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] -->
- [ ] I signed [CLA](https://www.audacityteam.org/cla/)
- [ ] 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?"