diff options
Diffstat (limited to '')
-rw-r--r-- | .github/pull_request_template.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..f7dd672 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,15 @@ +<!-- Provide a general summary of your changes in the title above --> + +<!-- + By opening this PR you confirm that you have searched for similar issues/PRs here already. + Failing to do so will most likely result in closing of this PR without any explanation. + It is also mandatory to open a relevant issue (either Package Request or Bug Report) for + discussion with the maintainers, before creating any new PR. + Read the contributing guide first to save both your and our time. +--> + +Closes #XXXX +<!-- or --> +Relates to #XXXX + +- [ ] I have read the [Contributing Guide](https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md). |