mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
30 lines
325 B
YAML
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
|