diff --git a/.github/workflows/semantic-pull-request.yml b/.github/workflows/semantic-pull-request.yml index f89c97b6cf..cb351ee2f9 100644 --- a/.github/workflows/semantic-pull-request.yml +++ b/.github/workflows/semantic-pull-request.yml @@ -36,11 +36,13 @@ jobs: # Configure which scopes are allowed (newline delimited). scopes: | consensus - qt log mining net - rpc/rest/zmq + qt + rest + rpc scripts utils wallet + zmq diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eeb52c1353..29d3f169b2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -75,14 +75,16 @@ all available types and scopes, please see the include: - *consensus* for changes to consensus critical code - - *qt* for changes to dash-qt - *log* Changes to log messages - *mining* for changes to the mining code - *net* for changes to the peer-to-peer network code - - *rpc/rest/zmq* for changes to the RPC, REST or ZMQ APIs + - *qt* for changes to dash-qt + - *rest* for changes to the REST APIs + - *rpc* for changes to the RPC APIs - *scripts* for changes to the scripts and tools - *utils* for changes to the utils and libraries - *wallet* for changes to the wallet code + - *zmq* for changes to the ZMQ APIs Examples: