diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..51c578971 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,47 @@ + + + +## Title + + + +## Relevant issues + + + +## Type + + + + +๐Ÿ†• New Feature +๐Ÿ› Bug Fix +๐Ÿงน Refactoring +๐Ÿ“– Documentation +๐Ÿ’ป Development Environment +๐Ÿš„ Infrastructure +โœ… Test + +## Changes + + + +## Testing + + + +## Notes + + + + + +## Pre-Submission Checklist (optional but appreciated): + +- [ ] I have included relevant documentation updates (stored in /docs/my-website) + +## OS Tests (optional but appreciated): + +- [ ] Tested on Windows +- [ ] Tested on MacOS +- [ ] Tested on Linux