From a5214a28503a37b358210cf66ed85619b959a829 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal002@users.noreply.github.com> Date: Thu, 7 Mar 2024 12:02:54 +0100 Subject: Docs: Added PR template (#1108) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Linnea Gräf Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> --- pull_request_template.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 pull_request_template.md 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. + + +## 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. + -- cgit