mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 08:18:43 -03:30
Merge pull request #109 from wwitzel3/devel
Update .github metadata for awxbot
This commit is contained in:
13
.github/BOTMETA.yml
vendored
Normal file
13
.github/BOTMETA.yml
vendored
Normal 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
|
||||||
24
ISSUE_TEMPLATE.md → .github/ISSUE_TEMPLATE.md
vendored
24
ISSUE_TEMPLATE.md → .github/ISSUE_TEMPLATE.md
vendored
@@ -1,9 +1,19 @@
|
|||||||
### Summary
|
##### 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. -->
|
<!-- Briefly describe the problem. -->
|
||||||
|
|
||||||
### Environment
|
##### ENVIRONMENT
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
* AWX version: X.Y.Z
|
* AWX version: X.Y.Z
|
||||||
* Ansible version: X.Y.Z
|
* Ansible version: X.Y.Z
|
||||||
@@ -11,21 +21,21 @@
|
|||||||
* Web Browser:
|
* Web Browser:
|
||||||
-->
|
-->
|
||||||
|
|
||||||
### Steps To Reproduce:
|
##### STEPS TO REPRODUCE
|
||||||
|
|
||||||
<!-- For bugs, please show exactly how to reproduce the problem. For new
|
<!-- For bugs, please show exactly how to reproduce the problem. For new
|
||||||
features, show how the feature would be used. -->
|
features, show how the feature would be used. -->
|
||||||
|
|
||||||
### Expected Results:
|
##### EXPECTED RESULTS
|
||||||
|
|
||||||
<!-- For bug reports, what did you expect to happen when running the steps
|
<!-- For bug reports, what did you expect to happen when running the steps
|
||||||
above? -->
|
above? -->
|
||||||
|
|
||||||
### Actual Results:
|
##### ACTUAL RESULTS
|
||||||
|
|
||||||
<!-- For bug reports, what actually happened? -->
|
<!-- For bug reports, what actually happened? -->
|
||||||
|
|
||||||
### Additional Information:
|
##### ADDITIONAL INFORMATION
|
||||||
|
|
||||||
<!-- Include any links to sosreport, database dumps, screenshots or other
|
<!-- Include any links to sosreport, database dumps, screenshots or other
|
||||||
information. -->
|
information. -->
|
||||||
5
.github/LABEL_MAP.md
vendored
Normal file
5
.github/LABEL_MAP.md
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
Bug Report: type:bug
|
||||||
|
Feature Request: type:enhancement
|
||||||
|
UI: component:ui
|
||||||
|
API: component:api
|
||||||
|
Installer: component:installer
|
||||||
Reference in New Issue
Block a user