generated from langchain-ai/integration-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Addes a changelog, a PR template, and config for the Codium PR agent (#9
- Loading branch information
1 parent
f619c6f
commit 80b79a9
Showing
3 changed files
with
56 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,34 @@ | ||
# Description | ||
|
||
> **Note** | ||
> | ||
> Please provide a description of the work completed in this PR | ||
> | ||
> | ||
## Type of Change | ||
|
||
- [ ] New feature | ||
- [ ] Bug fix | ||
- [ ] Breaking change | ||
- [ ] Project configuration change | ||
|
||
## Complexity | ||
|
||
> **Note** | ||
> | ||
> Please provide an estimated complexity of this PR of either Low, Medium or High | ||
> | ||
> | ||
## How Has This Been Tested? | ||
|
||
- [ ] Unit tests | ||
- [ ] Integration tests | ||
- [ ] Manual tests | ||
|
||
## Checklist | ||
|
||
- [ ] Unit tests updated | ||
- [ ] Integration tests updated | ||
- [ ] CHANGELOG.md updated |
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,9 @@ | ||
# Changelog | ||
|
||
## Next | ||
|
||
## 0.1.0 | ||
|
||
### Added | ||
|
||
- Migrated all Neo4j-related code, including tests and integration tests, from the LangChain Community package to this package. |
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,13 @@ | ||
[pr_update_changelog] | ||
extra_instructions=""" | ||
The current date is unimportant for the output. Do not use the current date. | ||
Instead, make a recommendation to the user based on this example: | ||
### Added | ||
... | ||
### Changed | ||
... | ||
### Fixed | ||
... | ||
""" |