Skip to content

Commit

Permalink
Added a pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorKabata committed Jan 4, 2024
1 parent 9aae4e6 commit 479d064
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
### Description
<!-- Describe the purpose and changes introduced by this pull request. -->

### Issue
<!-- Link to the related issue(s) if applicable. -->

### Changes Made
<!-- List the main changes made in this pull request. -->

### Screenshots / GIFs
<!-- Add any relevant screenshots or GIFs showcasing the changes (if applicable). -->

### Checklist
<!-- Mark the completed items with [x] and provide any additional comments when necessary. -->
- [] I have run the gradle command: `./gradlew clean build`
- [] I have added or updated relevant tests.
- [] I have updated the documentation. <!--(if applicable)-->
- [] I have ensured code style consistency by running the gradle command: `./gradlew :daraja:ktlintCheck :daraja:detekt` .
- [] I have addressed any potential compatibility issues.
- [] I have considered backward compatibility. <!--(if applicable)-->

### Additional Notes
<!-- Add any other relevant information or notes that may be helpful for the code review. -->

<!-- Feel free to add any additional sections that may be specific to your project. -->

0 comments on commit 479d064

Please sign in to comment.