From 4e3980da1a6da683fe8a99b9061a818e27fb2a3e Mon Sep 17 00:00:00 2001 From: Peter Muriuki Date: Thu, 30 Nov 2023 16:22:36 +0300 Subject: [PATCH] Add pull request template --- .github/pull_request_template.md | 22 ++++++++++++++++++++++ 1 file changed, 22 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 000000000..1892ae092 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,22 @@ +**closes #** + + + +**Changes included with this PR** + + + +**Checklist** + + + +- [ ] tests are included and passing +- [ ] documentation is changed or added +- [ ] **Internationalization**: + + - [ ] Ensure all strings are internationalized. + +- [ ] **Role-Based Access**: + - [ ] Verify that all user actions have appropriate role-based access permissions set.