Skip to content

Commit

Permalink
Create PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
prasadhonrao authored Sep 26, 2024
1 parent 09be769 commit 3678912
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## Description

Please include a summary of the changes and the purpose of this pull request.

- **Related Issues:** (Link any issues this PR addresses, e.g., `Fixes #123` or `Closes #456`)
- **Type of change:**
- [ ] Bug fix
- [ ] New feature
- [ ] Improvement
- [ ] Documentation update

## Checklist

- [ ] My code follows the style guidelines of this project.
- [ ] I have performed a self-review of my code.
- [ ] I have commented on my code, particularly in hard-to-understand areas.
- [ ] I have made corresponding changes to the documentation.
- [ ] I have added tests that prove my fix is effective or that my feature works.
- [ ] All new and existing tests passed.

## Screenshots (if applicable)

Please provide screenshots or videos of the new behavior or changes (if applicable).

## Additional Information

Include any other relevant information or context here.

0 comments on commit 3678912

Please sign in to comment.