Use the GitHub issue tracker for filing bugs. In order to save time, and help us respond to issues quickly, make sure to fill out as much of the issue template as possible. Version information, and an accurate reproducing scenario are critical to helping us identify the problem.
Please don't use the issue tracker as a way to ask how to do something. Instead, use the mailing list , and the #ansible-awx
channel on irc.libera.chat to get help.
Before opening a new issue, please use the issue search feature to see if what you're experiencing has already been reported. If you have any extra detail to provide, please comment. Otherwise, rather than posting a "me too" comment, please consider giving it a "thumbs up" to give us an indication of the severity of the problem.
When reporting issues for the UI, we also appreciate having screen shots and any error messages from the web browser's console. It's not unusual for browser extensions and plugins to cause problems. Reporting those will also help speed up analyzing and resolving UI bugs.
For the API and backend services, please capture all of the logs that you can from the time the problem occurred.
We triage our issues into high, medium, and low, and tag them with the relevant component (e.g. api, ui, installer, etc.). We typically focus on higher priority issues first. There aren't hard and fast rules for determining the severity of an issue, but generally high priority issues have an increased likelihood of breaking existing functionality, and negatively impacting a large number of users.
If your issue isn't considered high priority, then please be patient as it may take some time to get to it.
state:needs_triage
This issue has not been looked at by a person yet and still needs to be triaged. This is the initial state for all new issues/pull requests.
state:needs_info
The issue needs more information. This could be more debug output, more specifics out the system such as version information. Any detail that is currently preventing this issue from moving forward. This should be considered a blocked state.
state:needs_review
The issue/pull request needs to be reviewed by other maintainers and contributors. This is usually used when there is a question out to another maintainer or when a person is less familiar with an area of the code base the issue is for.
state:needs_revision
More commonly used on pull requests, this state represents that there are changes that are being waited on.
state:in_progress
The issue is actively being worked on and you should be in contact with who ever is assigned if you are also working on or plan to work on a similar issue.
state:in_testing
The issue or pull request is currently being tested.
We use an issue bot to help us label and organize incoming issues, this bot, awxbot, is a version of ansible/ansibullbot.
AWXbot performs many functions:
- Respond quickly to issues and pull requests.
- Identify the maintainers responsible for reviewing pull requests.
- Identify issues and pull request types and components (e.g. type:bug, component: api)
The bot requires a minimal subset of information from the issue template:
- issue type
- component
- summary
If any of those items are missing your issue will still get the needs_triage
label, but may end up being responded to slower than issues that have the complete set of information.
So please use the template whenever possible.
Currently you can expect the bot to add common labels such as state:needs_triage
, type:bug
, type:enhancement
, component:ui
, etc...
These labels are determined by the template data. Please use the template and fill it out as accurately as possible.
The state:needs_triage
label will remain on your issue until a person has looked at it.
The bot requires a minimal subset of information from the pull request template:
- issue type
- component
- summary
If any of those items are missing your pull request will still get the needs_triage
label, but may end up being responded to slower than other pull requests that have a complete set of information.
Currently you can expect awxbot to add common labels such as state:needs_triage
, type:bug
, component:docs
, etc...
These labels are determined by the template data. Please use the template and fill it out as accurately as possible.
The state:needs_triage
label will will remain on your pull request until a person has looked at it.
You can also expect the bot to CC maintainers of specific areas of the code, this will notify them that there is a pull request by placing a comment on the pull request.
The comment will look something like CC @matburt @wwitzel3 ...
.