From 8a1dfbc5bcc6fe129c9e7eae672bcd04f00ba434 Mon Sep 17 00:00:00 2001 From: Sam <10507686+elnyry-sam-k@users.noreply.github.com> Date: Thu, 11 Jan 2024 02:44:01 +0530 Subject: [PATCH] Create pull_request_template.md Adding a PR template for contributions. Will test on a few repos and include for all official repos after initial feedback is taken. --- pull_request_template.md | 14 ++++++++++++++ 1 file changed, 14 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..e2784aeb7 --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,14 @@ + + +### Brief description of changes included + +### A reference to a related GitHub issue (from project repo, preferably) + +### Checklist before requesting a review +- [ ] Changes follow approved designs, architecture (for code changes) +- [ ] Added tests to cover new features +- [ ] Documentation updated, if applicable + +@mentions of the person or team responsible for reviewing proposed changes, or contributors involved. + +For PR titles, please refer to the adopted standard [here](https://docs.mojaloop.io/community/standards/creating-new-features.html#open-a-pull-request-pr).