diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2024-08-29 17:04:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-29 17:04:56 +0200 |
commit | a5b144a95c0a77ddba4a162530d9c0aa3d318047 (patch) | |
tree | 3adacc4c0f379ed9574e7441f06141131922b554 | |
parent | 3d278b3b25fe0b62bec1f196116d175b29c20640 (diff) | |
download | NorthstarMods-a5b144a95c0a77ddba4a162530d9c0aa3d318047.tar.gz NorthstarMods-a5b144a95c0a77ddba4a162530d9c0aa3d318047.zip |
Add code review and testing sections to pull request template (#850)v1.27.5-rc1
-rw-r--r-- | .github/pull_request_template.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8cda06a3..e4dd3515 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -16,3 +16,11 @@ Note that commit messages in PRs will generally be squashed to keep commit histo --> Replace this line with a description of your change (and screenshots/screenrecordings if applicable). + +### Code review: + +Replace this line with anything specific to look out for during code reviews. + +### Testing: + +Replace this line with instructions on how to test your pull request. The more detailed, the easier it is for reviewers to test, the faster your PR gets merged. |