summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorWayne Witzel III <wayne@riotousliving.com>2017-09-10 06:21:07 +0200
committerWayne Witzel III <wayne@riotousliving.com>2017-09-10 06:22:08 +0200
commit66865c8b63d46dc218019e4a75fc0832fe48dde4 (patch)
treef5dd97c30241f7b40004cbafa5dc513dd94293d9 /.github
parentMerge pull request #25 from ryanpetrello/devel (diff)
downloadawx-66865c8b63d46dc218019e4a75fc0832fe48dde4.tar.xz
awx-66865c8b63d46dc218019e4a75fc0832fe48dde4.zip
Update .github metadata for awxbot
Diffstat (limited to '.github')
-rw-r--r--.github/BOTMETA.yml13
-rw-r--r--.github/ISSUE_TEMPLATE.md41
-rw-r--r--.github/LABEL_MAP.md4
3 files changed, 58 insertions, 0 deletions
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/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 0000000000..e53993f3b2
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,41 @@
+##### ISSUE TYPE
+<!--- Pick one below and delete the rest: -->
+ - Bug Report
+ - Feature Idea
+ - Documentation
+
+##### COMPONENT
+<!-- Pick the area of AWX for this issue, you can have multiple, delete the rest: -->
+ - API
+ - UI
+ - Installer
+
+##### SUMMARY
+<!-- Briefly describe the problem. -->
+
+##### ENVIRONMENT
+<!--
+* AWX version: X.Y.Z
+* Ansible version: X.Y.Z
+* Operating System:
+* Web Browser:
+-->
+
+##### STEPS TO REPRODUCE
+
+<!-- For bugs, please show exactly how to reproduce the problem. For new
+features, show how the feature would be used. -->
+
+##### EXPECTED RESULTS
+
+<!-- For bug reports, what did you expect to happen when running the steps
+above? -->
+
+##### ACTUAL RESULTS
+
+<!-- For bug reports, what actually happened? -->
+
+##### ADDITIONAL INFORMATION
+
+<!-- Include any links to sosreport, database dumps, screenshots or other
+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