-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try to optimise creating and reviewing PRs process
- Loading branch information
1 parent
eb3b9ab
commit b884a46
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Resolves: *(direct link to the issue)* | ||
|
||
*(short description of the changes and the motivation to make the changes)* | ||
|
||
- [ ] I signed [CLA](https://musescore.org/en/cla) | ||
- [ ] I made sure the code in the PR follows [the coding rules](https://musescore.org/en/handbook/developers-handbook/finding-your-way-around/musescore-coding-rules) | ||
- [ ] 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 the commit message title starts with "fix #424242:" if there is a related issue | ||
- [ ] I created the test (mtest, vtest, script test) to verify the changes I made |