Update .github metadata for awxbot

This commit is contained in:
Wayne Witzel III
2017-09-10 00:21:07 -04:00
parent 2f915c2182
commit 66865c8b63
3 changed files with 34 additions and 7 deletions

13
.github/BOTMETA.yml vendored Normal file
View File

@@ -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

41
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@@ -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. -->

4
.github/LABEL_MAP.md vendored Normal file
View File

@@ -0,0 +1,4 @@
Bug Report: type:bug
Feature Request: type:enhancement
UI Component: component:ui
API Component: component:api