aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrendan Forster <github@brendanforster.com>2018-06-18 08:36:39 -0300
committerBrendan Forster <github@brendanforster.com>2018-06-18 08:36:39 -0300
commit7603d71a56bb12f7783b9473d871468b2bbbaf7e (patch)
tree910ba6c877dc034617bce76ef230324f9ab41fcd
parentde60b262fc9d705a2ae7a66f8b186d08f58197b0 (diff)
downloadgitignore-7603d71a56bb12f7783b9473d871468b2bbbaf7e.tar.gz
gitignore-7603d71a56bb12f7783b9473d871468b2bbbaf7e.zip
add reviewers element
-rw-r--r--VisualStudio.yml3
-rw-r--r--docs/metadata.md18
2 files changed, 20 insertions, 1 deletions
diff --git a/VisualStudio.yml b/VisualStudio.yml
index 2c872d87..a699b6f2 100644
--- a/VisualStudio.yml
+++ b/VisualStudio.yml
@@ -9,3 +9,6 @@ aliases:
editors:
- Global/JetBrains.gitignore
- Global/VisualStudioCode.gitignore
+
+reviewers:
+ - Brendan Forster (@shiftkey) \ No newline at end of file
diff --git a/docs/metadata.md b/docs/metadata.md
index 1d199d95..99f71e7f 100644
--- a/docs/metadata.md
+++ b/docs/metadata.md
@@ -55,4 +55,20 @@ Some ecosystems have up-to-date documentation about things that are necessary to
```yaml
reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
-``` \ No newline at end of file
+```
+
+### `reviewers`
+
+This element is inspired by the [`DefinitelyTyped`](https://github.com/DefinitelyTyped/DefinitelyTyped) project, allowing community members to opt-in to reviewing templates when a pull request is opened. This helps to share the review load and credit people who have been helpful with reviews.
+
+```yaml
+reviewers:
+ - @shiftkey
+```
+
+A friendly name can be provided alongside the GitHub account name.
+
+```yaml
+reviewers:
+ - Brendan Forster (@shiftkey)
+```