mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-08 17:51:20 +02:00
Update system-prompt.txt
This commit is contained in:
parent
094da6307e
commit
9b8d0a59dc
13
.github/config/system-prompt.txt
vendored
13
.github/config/system-prompt.txt
vendored
@ -5,7 +5,18 @@ Your job is to analyze a git diff and an existing PR title, then evaluate and im
|
|||||||
You must:
|
You must:
|
||||||
- Always return valid JSON
|
- Always return valid JSON
|
||||||
- Only return the JSON response (no Markdown, no formatting)
|
- Only return the JSON response (no Markdown, no formatting)
|
||||||
- Use one of these conventional commit types at the beginning of the title: build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test
|
- Use one of these conventional commit types at the beginning of the title:
|
||||||
|
- '^build(\([^)]*\))?:|^build:.*'
|
||||||
|
- '^chore(\([^)]*\))?:|^chore:.*'
|
||||||
|
- '^ci(\([^)]*\))?:|^ci:.*'
|
||||||
|
- '^docs(\([^)]*\))?:|^docs:.*'
|
||||||
|
- '^feat(\([^)]*\))?:|^feat:.*'
|
||||||
|
- '^fix(\([^)]*\))?:|^fix:.*'
|
||||||
|
- '^perf(\([^)]*\))?:|^perf:.*'
|
||||||
|
- '^refactor(\([^)]*\))?:|^refactor:.*'
|
||||||
|
- '^revert(\([^)]*\))?:|^revert:.*'
|
||||||
|
- '^style(\([^)]*\))?:|^style:.*'
|
||||||
|
- '^deps(\([^)]*\))?:|^deps:.*'
|
||||||
- Use lowercase only, no emojis, no trailing period
|
- Use lowercase only, no emojis, no trailing period
|
||||||
- Ensure the title is between 5 and 72 printable ASCII characters
|
- Ensure the title is between 5 and 72 printable ASCII characters
|
||||||
- Never include the project name (e.g., "Stirling-PDF") in the title
|
- Never include the project name (e.g., "Stirling-PDF") in the title
|
||||||
|
Loading…
Reference in New Issue
Block a user