Skip to content

Commit

Permalink
Add pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
peterMuriuki committed Nov 30, 2023
1 parent e9b2c46 commit 4e3980d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
**closes #**

<!-- What issue does this pr close -->

**Changes included with this PR**

<!--
list of non-trivial changes included with the PR
-->

**Checklist**

<!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->

- [ ] 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.

0 comments on commit 4e3980d

Please sign in to comment.