Skip to content

Commit

Permalink
Addes a changelog, a PR template, and config for the Codium PR agent (#9
Browse files Browse the repository at this point in the history
)
  • Loading branch information
alexthomas93 authored Nov 20, 2024
1 parent f619c6f commit 80b79a9
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/pull_request_template.md
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
9 changes: 9 additions & 0 deletions CHANGELOG.md
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.
13 changes: 13 additions & 0 deletions pr_agent.toml
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
...
"""

0 comments on commit 80b79a9

Please sign in to comment.