From ef94b0d238db613c32cf0def53736abcad07ddd3 Mon Sep 17 00:00:00 2001 From: Adam Kells Date: Mon, 30 Sep 2024 10:41:49 +0100 Subject: [PATCH] Create pull_request_template.md (#65) Adding a pull request template to the repo. --- .github/pull_request_template.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..bc323ae --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,30 @@ +## Description + + +## Related Issue + + +## Changes Made + + +- +- +- + +## Testing + + +## Checklist + + +- [ ] I have read the [contributing](https://github.com/dotimplement/HealthChain/CONTRIBUTING.md) guidelines +- [ ] I have performed a self-review of my own code +- [ ] I have commented my code, particularly in hard-to-understand areas +- [ ] I have made corresponding changes to the documentation +- [ ] My changes generate no new warnings +- [ ] I have added tests that prove my fix is effective or that my feature works +- [ ] New and existing unit tests pass locally with my changes + +## Additional Notes + +