Create pull_request_template.md

This commit is contained in:
michplunkett
2025-02-21 14:29:57 -06:00
parent 01af0ead1d
commit 7d04b69488

23
.github/pull_request_template.md vendored Normal file
View File

@@ -0,0 +1,23 @@
<!---
Please write your PR name in the present imperative tense. Examples of that tense are:
"Fix issue in the dispatcher where…", "Improve our handling of…", etc.
For more information on Pull Requests, you can reference here:
https://success.vanillaforums.com/kb/articles/228-using-pull-requests-to-contribute
-->
## Describe your changes
## Non-obvious technical information
## Checklist before requesting a review
<!---
These are suggested things you could add, but what you add will be dependent on
your repository's standards.
--->
- [ ] The code runs successfully.
```commandline
HERE IS SOME COMMAND LINE OUTPUT
```