Skip to content

Commit 1b4d63a

Browse files
Document pull request title format
1 parent f25d8a7 commit 1b4d63a

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Contributing to OpenCATS
2+
3+
## Pull Request Title Format
4+
5+
Pull request titles must follow this format:
6+
7+
`type: description`
8+
9+
Allowed types are `fix`, `feat`, `chore`, `refactor` and `docs`.
10+
11+
Scopes are currently not allowed. For example, `fix: correct login redirect` is valid but `fix(auth): correct login redirect` is not.

0 commit comments

Comments
 (0)