diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/pull_request_template.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5b97496..d08c106 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,8 +5,8 @@ <!-- List the issue(s) this PR solves --> ## Checklist -- [ ] I made a clear description of what was change -- [ ] I stated why this change was necessary +- [ ] I made a clear description of what was changed +- [ ] I stated why these changes were necessary - [ ] I updated documentation or said what needs to be updated -- [ ] I made sure this change is backwards compatible +- [ ] I made sure these changes are backwards compatible - [ ] This pull request is for one feature/bug fix |