mirror of
https://github.com/github/gitignore
synced 2025-07-04 12:28:30 +02:00
add reviewers element
This commit is contained in:
parent
de60b262fc
commit
7603d71a56
2 changed files with 20 additions and 1 deletions
|
@ -9,3 +9,6 @@ aliases:
|
||||||
editors:
|
editors:
|
||||||
- Global/JetBrains.gitignore
|
- Global/JetBrains.gitignore
|
||||||
- Global/VisualStudioCode.gitignore
|
- Global/VisualStudioCode.gitignore
|
||||||
|
|
||||||
|
reviewers:
|
||||||
|
- Brendan Forster (@shiftkey)
|
|
@ -56,3 +56,19 @@ Some ecosystems have up-to-date documentation about things that are necessary to
|
||||||
```yaml
|
```yaml
|
||||||
reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### `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)
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue