Skip to content

Commit

Permalink
feat(dev): Add PR template (#934)
Browse files Browse the repository at this point in the history
* Add PR template

* Add issue point

---------

Co-authored-by: Dima <[email protected]>
  • Loading branch information
InversionSpaces and DieMyst authored Oct 17, 2023
1 parent 03d23eb commit 679d43f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## Description
[Provide a brief description of the changes introduced by this pull request and the motivation behind them.]

## Proposed Changes
[List the specific changes and additions introduced by this pull request.]

## Implementation Details
[Provide additional details about the implementation that may be helpful to reviewers.]

## Checklist
- [ ] Corresponding issue has been created and linked in PR title.
- [ ] Proposed changes are covered by tests.
- [ ] Documentation has been updated to reflect the changes (if applicable).
- [ ] I have self-reviewed my code and ensured its quality.
- [ ] I have added/updated necessary comments to aid understanding.

## Reviewer Checklist
- [ ] Tests have been reviewed and are sufficient to validate the changes.
- [ ] Documentation has been reviewed and is up to date.
- [ ] Any questions or concerns have been addressed.

0 comments on commit 679d43f

Please sign in to comment.