diff options
author | Seth Foster <fosterseth@users.noreply.github.com> | 2024-07-29 21:13:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-29 21:13:09 +0200 |
commit | a41766090e30d117e39d4646f67f20a8c2c00841 (patch) | |
tree | ee400654123df503314ce659fbb8999e8b334595 /CONTRIBUTING.md | |
parent | Bump django-ansible-base to 2024.7.17 (#15373) (diff) | |
download | awx-a41766090e30d117e39d4646f67f20a8c2c00841.tar.xz awx-a41766090e30d117e39d4646f67f20a8c2c00841.zip |
Make ui_next the default UI (#15405)
Change django url dispatcher to serve up ui_next files instead of old ui files
Old UI will not be served with this change
Github CI still runs old ui tests (to be removed in another PR)
Remove the Github workflows that build old UI
---------
Signed-off-by: Seth Foster <fosterbseth@gmail.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8b748c5935..bae4cefb41 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -67,7 +67,7 @@ If you're not using Docker for Mac, or Docker for Windows, you may need, or choo #### Frontend Development -See [the ui development documentation](awx/ui/CONTRIBUTING.md). +See [the ansible-ui development documentation](https://github.com/ansible/ansible-ui/blob/main/CONTRIBUTING.md). #### Fork and clone the AWX repo @@ -121,7 +121,7 @@ If it has someone assigned to it then that person is the person responsible for **NOTES** -> 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. +> 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. > 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). @@ -132,7 +132,7 @@ If it has someone assigned to it then that person is the person responsible for At this time we do not accept PRs for adding additional language translations as we have an automated process for generating our translations. This is because translations require constant care as new strings are added and changed in the code base. Because of this the .po files are overwritten during every translation release cycle. We also can't support a lot of translations on AWX as its an open source project and each language adds time and cost to maintain. If you would like to see AWX translated into a new language please create an issue and ask others you know to upvote the issue. Our translation team will review the needs of the community and see what they can do around supporting additional language. -If you find an issue with an existing translation, please see the [Reporting Issues](#reporting-issues) section to open an issue and our translation team will work with you on a resolution. +If you find an issue with an existing translation, please see the [Reporting Issues](#reporting-issues) section to open an issue and our translation team will work with you on a resolution. ## Submitting Pull Requests @@ -161,7 +161,7 @@ Sometimes it might take us a while to fully review your PR. We try to keep the ` When your PR is initially submitted the checks will not be run until a maintainer allows them to be. Once a maintainer has done a quick review of your work the PR will have the linter and unit tests run against them via GitHub Actions, and the status reported in the PR. ## Reporting Issues - + We welcome your feedback, and encourage you to file an issue when you run into a problem. But before opening a new issues, we ask that you please view our [Issues guide](./ISSUES.md). ## Getting Help |