diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..c6c572afe --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,14 @@ +### Related Issues: +- #Issue_number + +### Contributors: +- @Contributor1, @Contributor2 + +### Description: +Description of what this request will change in the project. + +### Changes Made: + +- Project documentation update. +- Bug fixes. +- Implementation of new features. \ No newline at end of file