Skip to content

Commit

Permalink
add: pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
kausthub-kannan committed Jul 16, 2024
1 parent f1200fd commit e32f241
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 @@
# Add Title of Your Pull Request

## Description
Add a brief description of the changes you have made in this pull request.

## Related Issue
Add the issue number that you have fixed in this pull request. If there is no issue, create one before submitting the
pull request.

## Type of Change

- [ ] Bug fix
- [ ] New feature
- [ ] Breaking change
- [ ] This change requires a documentation update

## Checklist:

- [ ] I have read the [CONTRIBUTING.md](CONTRIBUTING.md) document.
- [ ] My code follows the code style of this project.
- [ ] I have performed a self-review of my own code.
- [ ] I have commented my code, particularly in hard-to-understand areas.
- [ ] I have made corresponding changes to the documentation.
- [ ] My changes generate no new warnings.
- [ ] My changes have been formatted using `black` and `ruff`.

0 comments on commit e32f241

Please sign in to comment.