Skip to content

Commit a5255e4

Browse files
committed
chore: refine the checklist and pr-quality workflow settings
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent 65c725c commit a5255e4

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/pull_request_template.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## Checklist
1212

13-
- [ ] I have read and understood the [contributing guidelines](https://dejacode.readthedocs.io/en/latest/contributing.html)
14-
- [ ] I linked an existing issue above
15-
- [ ] I tested these changes locally
16-
- [ ] I did not use AI to generate this PR without reviewing and understanding every line
13+
- [ ] I have read the [contributing guidelines](https://dejacode.readthedocs.io/en/latest/contributing.html)
14+
- [ ] I have linked an existing issue above
15+
- [ ] I have added unit tests covering the new code
16+
- [ ] I have reviewed and understood every line of this PR

.github/workflows/pr-quality.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@ jobs:
2525
blocked-terms: "MANGO"
2626
# Minimum GitHub account age in days
2727
min-account-age: 30
28+
# Require all changed files to end with a newline character
29+
final-newline: false
30+
# PR does not allow maintainers to push to the source
31+
require-maintainer-can-modify: false

0 commit comments

Comments
 (0)