From 7603d71a56bb12f7783b9473d871468b2bbbaf7e Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Mon, 18 Jun 2018 08:36:39 -0300 Subject: [PATCH] add reviewers element --- VisualStudio.yml | 3 +++ docs/metadata.md | 18 +++++++++++++++++- 2 files changed, 20 insertions(+), 1 deletion(-) 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) +```