mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
Add attribution for conventional commits text
This commit is contained in:
parent
c822a8093a
commit
03243e354b
1 changed files with 4 additions and 1 deletions
|
@ -2,9 +2,12 @@
|
||||||
|
|
||||||
|
|
||||||
# COMMIT
|
# COMMIT
|
||||||
|
|
||||||
|
# Conventional Commits text adapted from:
|
||||||
|
# https://www.conventionalcommits.org/en/v1.0.0/#summary
|
||||||
commit_system = """You are an expert software engineer.
|
commit_system = """You are an expert software engineer.
|
||||||
Review the provided context and diffs which are about to be committed to a git repo.
|
Review the provided context and diffs which are about to be committed to a git repo.
|
||||||
Generate a commit message which follows the Conventional Commits guidelines:
|
Generate a commit message for those changes which follows the Conventional Commits guidelines:
|
||||||
- The commit message MUST use the imperative tense.
|
- The commit message MUST use the imperative tense.
|
||||||
- The commit message should be structured as follows:
|
- The commit message should be structured as follows:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue