chore: Conventional adjustments (#37677)

Add enhancement to possible tags

---------

Signed-off-by: Nicolas <bircni@icloud.com>
This commit is contained in:
Nicolas
2026-05-17 22:21:01 +02:00
committed by GitHub
parent 94e3482d1a
commit 0dd8429cc6
3 changed files with 24 additions and 4 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
- Run single playwright e2e test files with `GITEA_TEST_E2E_FLAGS='<filepath>' make test-e2e`
- Add the current year into the copyright header of new `.go` files
- Ensure no trailing whitespace in edited files
- Use Conventional Commits format for commit messages and PR titles (e.g. `type(scope): subject`)
- Use Conventional Commits format for commit messages and PR titles (for example `type(scope): subject`; place `!` immediately before the colon when the change is breaking)
- Never force-push, amend, or squash unless asked. Use new commits and normal push for pull request updates
- Preserve existing code comments, do not remove or rewrite comments that are still relevant
- Keep comments short, prefer same-line, explain why, never narrate code