From 66865c8b63d46dc218019e4a75fc0832fe48dde4 Mon Sep 17 00:00:00 2001 From: Wayne Witzel III Date: Sun, 10 Sep 2017 00:21:07 -0400 Subject: [PATCH] Update .github metadata for awxbot --- .github/BOTMETA.yml | 13 ++++++++++ .../ISSUE_TEMPLATE.md | 24 +++++++++++++------ .github/LABEL_MAP.md | 4 ++++ 3 files changed, 34 insertions(+), 7 deletions(-) create mode 100644 .github/BOTMETA.yml rename ISSUE_TEMPLATE.md => .github/ISSUE_TEMPLATE.md (57%) create mode 100644 .github/LABEL_MAP.md diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml new file mode 100644 index 0000000000..3dde04299c --- /dev/null +++ b/.github/BOTMETA.yml @@ -0,0 +1,13 @@ +files: + awx/ui/: + labels: component:ui + maintainers: $team_ui + awx/api/: + labels: component:api + maintainers: $team_api + installer/: + labels: component:installer + +macros: + team_api: wwitzel3 matburt chrismeyersfsu cchurch AlanCoding ryanpetrello jangstur + team_ui: jlmitch5 jaredevantabor mabashian gconsidine marshmalien benthomasson diff --git a/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md similarity index 57% rename from ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE.md index 81224febdc..e53993f3b2 100644 --- a/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,9 +1,19 @@ -### Summary +##### ISSUE TYPE + + - Bug Report + - Feature Idea + - Documentation +##### COMPONENT + + - API + - UI + - Installer + +##### SUMMARY -### Environment - +##### ENVIRONMENT -### Steps To Reproduce: +##### STEPS TO REPRODUCE -### Expected Results: +##### EXPECTED RESULTS -### Actual Results: +##### ACTUAL RESULTS -### Additional Information: +##### ADDITIONAL INFORMATION diff --git a/.github/LABEL_MAP.md b/.github/LABEL_MAP.md new file mode 100644 index 0000000000..143d25f5a1 --- /dev/null +++ b/.github/LABEL_MAP.md @@ -0,0 +1,4 @@ +Bug Report: type:bug +Feature Request: type:enhancement +UI Component: component:ui +API Component: component:api