Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 345 Bytes

File metadata and controls

11 lines (6 loc) · 345 Bytes

Contributing to OpenCATS

Pull Request Title Format

Pull request titles must follow this format:

type: description

Allowed types are chore, docs, feat, fix, refactor, security and test.

Scopes are currently not allowed. For example, fix: correct login redirect is valid but fix(auth): correct login redirect is not.