-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9aae4e6
commit 479d064
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. --> |