diff options
author | hannibal2 <24389977+hannibal002@users.noreply.github.com> | 2024-03-07 12:02:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-07 12:02:54 +0100 |
commit | a5214a28503a37b358210cf66ed85619b959a829 (patch) | |
tree | efd8ba3e24b8eca9d6a43f8bf0512aecb2997616 | |
parent | 7facd340b6e51d862a9e32977e56a7b0f69f3da0 (diff) | |
download | skyhanni-a5214a28503a37b358210cf66ed85619b959a829.tar.gz skyhanni-a5214a28503a37b358210cf66ed85619b959a829.tar.bz2 skyhanni-a5214a28503a37b358210cf66ed85619b959a829.zip |
Docs: Added PR template (#1108)
Co-authored-by: Linnea Gräf <nea@nea.moe>
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
-rw-r--r-- | pull_request_template.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 000000000..f8e10d15b --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,27 @@ +## Dependencies +- pr_number_or_link_here + +## What +Describe what this pull request does, including technical details, screenshots, links to discord, etc. + +<!-- remove unused parts below --> +## Changelog New Features ++ Cool new feature. - your_name_here + * extra info + +## Changelog Improvements ++ Improved cool feature. - your_name_here + * Extra info. + +## Changelog Fixes ++ Fixed cool feature. - your_name_here + * Extra info. + +## Changelog Technical Details ++ Something technical you changed in the backend. - your_name_here + * Extra info. + +## Changelog Removed Features ++ Removed cool feature. - your_name_here + * Extra info. + |