diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c656ae554b..d905562c24 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,7 +5,7 @@ Resolves: *(direct link to the issue)* - [ ] 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 in the PR follows [the coding rules](https://github.com/musescore/Documentation/blob/master/WorkflowAndGuidelines/CodeGuidelines.md) - [ ] 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