diff options
author | Brendan Forster <github@brendanforster.com> | 2018-06-18 08:36:39 -0300 |
---|---|---|
committer | Brendan Forster <github@brendanforster.com> | 2018-06-18 08:36:39 -0300 |
commit | 7603d71a56bb12f7783b9473d871468b2bbbaf7e (patch) | |
tree | 910ba6c877dc034617bce76ef230324f9ab41fcd | |
parent | de60b262fc9d705a2ae7a66f8b186d08f58197b0 (diff) | |
download | gitignore-7603d71a56bb12f7783b9473d871468b2bbbaf7e.tar.gz gitignore-7603d71a56bb12f7783b9473d871468b2bbbaf7e.zip |
add reviewers element
-rw-r--r-- | VisualStudio.yml | 3 | ||||
-rw-r--r-- | docs/metadata.md | 18 |
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) +``` |