diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-02-27 11:01:33 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-27 11:01:33 -0800 |
| commit | acaa9b8bedfb5d3603a7dbd505eca00e2a836a9b (patch) | |
| tree | 2c588d5fe19a7d1de07b32ebb46f1d7494b97fb8 | |
| parent | 95c22eab926f81e2e9865e567497076ce8d3cb58 (diff) | |
| parent | 0d833724fc8ce74aa4803c88007453292d8f81bf (diff) | |
Merge pull request #3314 from nikhita/label-issue-template
Automatically add contribex label to moderation issue template
| -rw-r--r-- | .github/ISSUE_TEMPLATE/moderator_application.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/moderator_application.md b/.github/ISSUE_TEMPLATE/moderator_application.md index a266eb79..0ee9c699 100644 --- a/.github/ISSUE_TEMPLATE/moderator_application.md +++ b/.github/ISSUE_TEMPLATE/moderator_application.md @@ -2,7 +2,9 @@ name: Community Moderator Request about: Request moderator priviledges on a Kubernetes property title: 'REQUEST: New moderator for <your-GH-handle> of <k8s property>' -labels: area/community-management +labels: +- area/community-management +- sig/contributor-experience assignees: '' --- |
