-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat/add-pull-request-template (#604)
- Loading branch information
1 parent
e2a5224
commit 61b2fe2
Showing
1 changed file
with
33 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,33 @@ | ||
## Description | ||
|
||
<!-- Briefly describe the purpose of this pull request. What changes are introduced, and why? --> | ||
|
||
## Type of Change | ||
|
||
- [ ] Bug fix | ||
- [ ] New feature | ||
- [ ] Documentation update | ||
- [ ] Refactor | ||
- [ ] Other (please describe): | ||
|
||
## Related Issues | ||
|
||
<!-- List any related issues or reference other PRs, if applicable. Example: Fixes #123, Closes #456 --> | ||
|
||
## Testing | ||
|
||
- [ ] Tests added or updated | ||
- [ ] No tests required | ||
|
||
<!-- Briefly describe the testing that was done. Include steps to manually test or reference automated tests. --> | ||
|
||
## Checklist | ||
|
||
- [ ] Code is well-documented | ||
- [ ] Changelog is updated (if needed) | ||
- [ ] No sensitive information (e.g., keys, credentials) is included in the code | ||
- [ ] All PR feedback is addressed | ||
|
||
## Additional Notes | ||
|
||
<!-- Any additional notes or comments to help the reviewer. --> |