You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/triage_replies.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ The Ansible Community is looking at building an EE that corresponds to all of th
83
83
## Mailing List Triage
84
84
85
85
### Create an issue
86
-
- Hello, thanks for reaching out on list. We think this merits an issue on our Github, https://github.com/ansible/awx/issues. If you could open an issue up on Github it will get tagged and integrated into our planning and workflow. All future work will be tracked there. Issues should include as much information as possible, including screenshots, log outputs, or any reproducers.
86
+
- Hello, thanks for reaching out on list. We think this merits an issue on our GitHub, https://github.com/ansible/awx/issues. If you could open an issue up on GitHub it will get tagged and integrated into our planning and workflow. All future work will be tracked there. Issues should include as much information as possible, including screenshots, log outputs, or any reproducers.
87
87
88
88
### Create a Pull Request
89
89
- Hello, we think your idea is good! Please consider contributing a PR for this following our contributing guidelines: https://github.com/ansible/awx/blob/devel/CONTRIBUTING.md
@@ -93,8 +93,8 @@ The Ansible Community is looking at building an EE that corresponds to all of th
93
93
- Hello, your issue seems related to receptor. Could you please open an issue in the receptor repository? https://github.com/ansible/receptor. Thanks!
94
94
95
95
### Ansible Engine not AWX
96
-
- Hello, your question seems to be about Ansible development, not about AWX. Try asking on the Ansible-devel specific mailing list: https://groups.google.com/g/ansible-devel
97
-
- Hello, your question seems to be about using Ansible, not about AWX. https://groups.google.com/g/ansible-project is the best place to visit for user questions about Ansible. Thanks!
96
+
- Hello, your question seems to be about Ansible development, not about AWX. Try asking on in the Forum https://forum.ansible.com/tag/development
97
+
- Hello, your question seems to be about using Ansible Core, not about AWX. https://forum.ansible.com/tag/ansible-core is the best place to visit for user questions about Ansible. Thanks!
98
98
99
99
### Ansible Galaxy not AWX
100
100
- Hey there. That sounds like an FAQ question. Did this: https://www.ansible.com/products/awx-project/faq cover your question?
@@ -104,7 +104,7 @@ The Ansible Community is looking at building an EE that corresponds to all of th
We'd be happy to help if you can reproduce this with AWX since we do not have Oracle's Linux Automation Manager. If you need help with this specific version of Oracles Linux Automation Manager you will need to contact your Oracle for support.
107
+
We'd be happy to help if you can reproduce this with AWX since we do not have Oracle's Linux Automation Manager. If you need help with this specific version of Oracles Linux Automation Manager you will need to contact your Oracle for support.
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Hi there! We're excited to have you as a contributor.
4
4
5
-
Have questions about this document or anything not covered here? Come chat with us at `#ansible-awx`on irc.libera.chat, or submit your question to the [mailing list](https://groups.google.com/forum/#!forum/awx-project).
5
+
Have questions about this document or anything not covered here? Create a topic using the [AWX tag on the Ansible Forum](https://forum.ansible.com/tag/awx).
6
6
7
7
## Table of contents
8
8
@@ -124,7 +124,7 @@ If it has someone assigned to it then that person is the person responsible for
124
124
> Issue assignment will only be done for maintainers of the project. If you decide to work on an issue, please feel free to add a comment in the issue to let others know that you are working on it; but know that we will accept the first pull request from whomever is able to fix an issue. Once your PR is accepted we can add you as an assignee to an issue upon request.
125
125
126
126
127
-
> If you work in a part of the codebase that is going through active development, your changes may be rejected, or you may be asked to `rebase`. A good idea before starting work is to have a discussion with us in the `#ansible-awx` channel on irc.libera.chat, or on the [mailing list](https://groups.google.com/forum/#!forum/awx-project).
127
+
> If you work in a part of the codebase that is going through active development, your changes may be rejected, or you may be asked to `rebase`. A good idea before starting work is to have a discussion with us in the [Ansible Forum](https://forum.ansible.com/tag/awx).
128
128
129
129
> If you're planning to develop features or fixes for the UI, please review the [UI Developer doc](https://github.com/ansible/ansible-ui/blob/main/CONTRIBUTING.md).
130
130
@@ -149,7 +149,7 @@ Here are a few things you can do to help the visibility of your change, and incr
149
149
- Make the smallest change possible
150
150
- Write good commit messages. See [How to write a Git commit message](https://chris.beams.io/posts/git-commit/).
151
151
152
-
It's generally a good idea to discuss features with us first by engaging us in the `#ansible-awx` channel on irc.libera.chat, or on the [mailing list](https://groups.google.com/forum/#!forum/awx-project).
152
+
It's generally a good idea to discuss features with us first by engaging on the [Ansible Forum](https://forum.ansible.com/tag/awx).
153
153
154
154
We like to keep our commit history clean, and will require resubmission of pull requests that contain merge commits. Use `git pull --rebase`, rather than
155
155
`git pull`, and `git rebase`, rather than `git merge`.
@@ -164,6 +164,6 @@ We welcome your feedback, and encourage you to file an issue when you run into a
164
164
165
165
## Getting Help
166
166
167
-
If you require additional assistance, please reach out to us at `#ansible-awx` on irc.libera.chat, or submit your question to the [mailing list](https://groups.google.com/forum/#!forum/awx-project).
167
+
If you require additional assistance, please reach out to us at `#ansible-awx` on irc.libera.chat, or submit your question to the [Ansible Forum](https://forum.ansible.com/tag/awx).
168
168
169
169
For extra information on debugging tools, see [Debugging](./docs/debugging/).
Copy file name to clipboardexpand all lines: ISSUES.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# Issues
2
2
3
-
## Reporting
3
+
## Reporting
4
4
5
5
Use the GitHub [issue tracker](https://github.com/ansible/awx/issues) 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
6
6
as possible. Version information, and an accurate reproducing scenario are critical to helping us identify the problem.
7
7
8
-
Please don't use the issue tracker as a way to ask how to do something. Instead, use the [mailing list](https://groups.google.com/forum/#!forum/awx-project) , and the `#ansible-awx` channel on irc.libera.chat to get help.
8
+
Please don't use the issue tracker as a way to ask how to do something. Instead, use the [Ansible Forum](https://forum.ansible.com/tag/awx).
9
9
10
10
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"](https://github.com/blog/2119-add-reactions-to-pull-requests-issues-and-comment) to give us an indication of the severity of the problem.
11
11
@@ -14,7 +14,7 @@ Before opening a new issue, please use the issue search feature to see if what y
14
14
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
15
15
and plugins to cause problems. Reporting those will also help speed up analyzing and resolving UI bugs.
16
16
17
-
### API and backend issues
17
+
### API and backend issues
18
18
19
19
For the API and backend services, please capture all of the logs that you can from the time the problem occurred.
Copy file name to clipboardexpand all lines: README.md
+7-5
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
[](https://github.com/ansible/awx/actions/workflows/ci.yml)[](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html)[](https://github.com/ansible/awx/blob/devel/LICENSE.md)[](https://groups.google.com/g/awx-project)
1
+
[](https://github.com/ansible/awx/actions/workflows/ci.yml)[](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html)[](https://github.com/ansible/awx/blob/devel/LICENSE.md)[](https://forum.ansible.com/tag/awx)
- Refer to the [Contributing guide](./CONTRIBUTING.md) to get started developing, testing, and building AWX.
20
20
- All code submissions are made through pull requests against the `devel` branch.
21
-
- All contributors must use git commit --signoff for any commit to be merged and agree that usage of --signoff constitutes agreement with the terms of [DCO 1.1](./DCO_1_1.md)
21
+
- All contributors must use `git commit --signoff` for any commit to be merged and agree that usage of `--signoff` constitutes agreement with the terms of [DCO 1.1](./DCO_1_1.md)
22
22
- Take care to make sure no merge commits are in the submission, and use `git rebase` vs. `git merge` for this reason.
23
-
- If submitting a large code change, it's a good idea to join the `#ansible-awx` channel on web.libera.chat and talk about what you would like to do or add first. This not only helps everyone know what's going on, but it also helps save time and effort if the community decides some changes are needed.
23
+
- If submitting a large code change, it's a good idea to join discuss via the [Ansible Forum](https://forum.ansible.com/tag/awx). This helps everyone know what's going on, and it also helps save time and effort if the community decides some changes are needed.
24
24
25
25
Reporting Issues
26
26
----------------
@@ -30,9 +30,11 @@ If you're experiencing a problem that you feel is a bug in AWX or have ideas for
30
30
Code of Conduct
31
31
---------------
32
32
33
-
We ask all of our community members and contributors to adhere to the [Ansible code of conduct](http://docs.ansible.com/ansible/latest/community/code_of_conduct.html). If you have questions or need assistance, please reach out to our community team at [[email protected]](mailto:[email protected])
33
+
We require all of our community members and contributors to adhere to the [Ansible code of conduct](http://docs.ansible.com/ansible/latest/community/code_of_conduct.html). If you have questions or need assistance, please reach out to our community team at [[email protected]](mailto:[email protected])
34
34
35
35
Get Involved
36
36
------------
37
37
38
-
We welcome your feedback and ideas. See the [AWX Communication guide](https://ansible.readthedocs.io/projects/awx/en/latest/contributor/communication.html) to learn how to join the conversation.
38
+
We welcome your feedback and ideas via the [Ansible Forum](https://forum.ansible.com/tag/awx).
39
+
40
+
For a full list of all the ways to talk with the Ansible Community, see the [AWX Communication guide](https://ansible.readthedocs.io/projects/awx/en/latest/contributor/communication.html).
0 commit comments