diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..4321c660 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,35 @@ +## What type of PR is this? + + + +- ๐Ÿ• Feature +- ๐Ÿ› Bug Fix +- ๐Ÿ›  Enhancement +- ๐Ÿ“ Documentation Update +- ๐ŸŽจ Style +- ๐Ÿง‘โ€๐Ÿ’ป Code Refactor +- ๐Ÿ”ฅ Performance Improvements +- โœ… Test +- ๐Ÿค– Build +- ๐Ÿ” CICD +- ๐Ÿงน Chore +- ๐Ÿ“ฆ Dependency Update +- โฉ Revert + +## Description + + + +## Added tests? + +- ๐Ÿ‘ yes +- ๐Ÿ™… no, because they aren't needed +- ๐Ÿ™‹ no, because I need help + +## Added to documentation? + +- ๐Ÿš€ Yes, here: `add link/reference here` +- ๐Ÿ™… No documentation needed