-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a4bd4a2
commit a0ca495
Showing
1 changed file
with
39 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,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).] |