Skip to content

Commit

Permalink
Add pull request template (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlonsoGuevara authored Apr 3, 2024
1 parent a4bd4a2 commit a0ca495
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!--
Thanks for contributing to GraphRAG!
Please do not make *Draft* pull requests, as they still notify anyone watching the repo.
Create a pull request when it is ready for review and feedback.
About this template
The following template aims to help contributors write a good description for their pull requests.
We'd like you to provide a description of the changes in your pull request (i.e. bugs fixed or features added), the motivation behind the changes, and complete the checklist below before opening a pull request.
Feel free to discard it if you need to (e.g. when you just fix a typo). -->

## Description

[Provide a brief description of the changes made in this pull request.]

## Related Issues

[Reference any related issues or tasks that this pull request addresses.]

## Proposed Changes

[List the specific changes made in this pull request.]

## Checklist

- [ ] I ran the linter and fixed any issues.
- [ ] I have tested these changes locally.
- [ ] I have reviewed the code changes.
- [ ] I have updated the documentation (if necessary).
- [ ] I have added appropriate unit tests (if applicable).
- [ ] I have assigned the pull request to the appropriate reviewer(s).
- [ ] I have updated the CHANGELOG file (if necessary).

## Additional Notes

[Add any additional notes or context that may be helpful for the reviewer(s).]

0 comments on commit a0ca495

Please sign in to comment.