mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
61e33c09be
* 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
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
|