From 63922b5ec435d04ea31ee33138061f1d812beefe Mon Sep 17 00:00:00 2001 From: Marc Cornellà Date: Wed, 28 Oct 2020 23:08:19 +0100 Subject: Fix labels in issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/support.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 8c20544c8..788f77368 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,7 @@ --- name: Feature request about: Suggest a feature for Oh My Zsh -labels: 'feature' +labels: 'Feature' --- diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md index 697f0c0c8..8c4f08044 100644 --- a/.github/ISSUE_TEMPLATE/support.md +++ b/.github/ISSUE_TEMPLATE/support.md @@ -1,7 +1,7 @@ --- name: Support about: Request support for any problem you're having with Oh My Zsh -labels: 'support' +labels: 'Support' --- -- cgit v1.2.3-70-g09d2 From 39c79493feb71da4ba3b69eb82229804b27209cc Mon Sep 17 00:00:00 2001 From: Marc Cornellà Date: Thu, 29 Oct 2020 12:22:50 +0100 Subject: Add maintainer for aws plugin --- .github/CODEOWNERS | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c3990c4ee..e16ebb39b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,5 @@ # Plugin owners -plugins/gitfast/ @felipec -plugins/sdk/ @rgoldberg -plugins/git-lfs/ @vietduc01100001 +plugins/aws/ @maksyms +plugins/git-lfs/ @vietduc01100001 +plugins/gitfast/ @felipec +plugins/sdk/ @rgoldberg -- cgit v1.2.3-70-g09d2