about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-11-29T16·50+0300
committertazjin <mail@tazj.in>2021-11-30T22·42+0000
commit698ec0565ac581f1136fb31304b88dc1dbad75c7 (patch)
tree77a7dd98e1de8a63803d4454a1b2ec35e49205b0
parentf641378948f397f230999e75b23a3107469091ab (diff)
docs(CONTRIBUTING): Mention new subtree commit type r/3121
See cl/4049

Change-Id: I583e4bcf88342a998d7a5a9fd92f73d0710ee2e9
-rw-r--r--docs/CONTRIBUTING.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md
index 7c9d034a93..dd138d3bfc 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.