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