diff options
author | Vincent Ambo <mail@tazj.in> | 2021-11-29T16·50+0300 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2021-11-30T22·42+0000 |
commit | 698ec0565ac581f1136fb31304b88dc1dbad75c7 (patch) | |
tree | 77a7dd98e1de8a63803d4454a1b2ec35e49205b0 /docs | |
parent | f641378948f397f230999e75b23a3107469091ab (diff) |
docs(CONTRIBUTING): Mention new subtree commit type r/3121
See cl/4049 Change-Id: I583e4bcf88342a998d7a5a9fd92f73d0710ee2e9
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CONTRIBUTING.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 7c9d034a9383..dd138d3bfcdb 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -55,6 +55,7 @@ Where `type` can be one of: * `refactor`: Hopefully self-explanatory! * `test`: Added missing tests / fixed tests * `chore`: Maintenance work +* `subtree`: Operations involving `git subtree` And `scope` should refer to some kind of logical grouping inside of the project. |