dash/.github/semantic.yml
thephez 61e33c09be
chore: switch to conventional commit style for PR titles (#4835)
* docs: indicate conventional commit syntax should be used for PRs

* feat: add config file for semantic PR GH app

Requires installation of https://probot.github.io/apps/semantic-pull-requests/

* docs: mention added backport type
2022-05-12 23:25:36 +03:00

30 lines
325 B
YAML

# https://github.com/zeke/semantic-pull-requests#configuration
titleOnly: true
scopes:
- consensus
- qt
- log
- mining
- net
- rpc/rest/zmq
- scripts
- utils
- wallet
types:
- feat
- fix
- docs
- style
- refactor
- perf
- test
- build
- ci
- chore
- revert
- trivial
- backport