diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..f516e8ff3 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +Resolves: *(direct link to the issue)* + +*(short description of the changes and the motivation to make the changes)* + + + +- [ ] 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?"