diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..012ac2685 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,29 @@ +## ๐Ÿ“ Description + +Please include a summary of the changes this PR introduces. Please also include relevant motivation and context. And list any (new) dependencies that are required for this change. + +## ๐Ÿšฆ Status + + + +- [ ] ๐Ÿ‘€ Ready for review โ€“ Please take a look (the GTG stage). +- [ ] โœ… Ready to merge โ€“ Fully complete and approved. +- [ ] ๐Ÿ“ฃ Attention Needed โ€“ Requires input / decision from the developers. +- [ ] ๐Ÿšง WIP (Work in Progress) โ€“ Not ready for review. +- [ ] ๐Ÿงช Experimental / Testing: For testing or preview purposes only. + +## ๐Ÿ” Related Issues + +- Closes #123 +- Resolves #456 +- Fixes #789 + +## โœ… Checklist + + + +- [ ] Discussed with developers about the issue / details mentioned in this PR. +- [ ] Code compiles correctly. +- [ ] Tests added / updated for new developments. +- [ ] Documentation updated (if needed). +- [ ] PR title gives a TL&DR for the changes made.