Files
auto-archiver-api/.github/pull_request_template.md
2025-02-21 14:29:57 -06:00

24 lines
633 B
Markdown

<!---
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
```