diff options
author | Matthew Jones <matburt@redhat.com> | 2017-09-19 19:46:14 +0200 |
---|---|---|
committer | Matthew Jones <matburt@redhat.com> | 2017-09-19 19:46:45 +0200 |
commit | 6b7126ab6b423c63aed1bb20fb762d5dd7f856ff (patch) | |
tree | 69c0969eb443f20b3c38582b398b2ab71ddb070b /CONTRIBUTING.md | |
parent | Merge pull request #141 from marshmalien/side-nav-tooltips (diff) | |
download | awx-6b7126ab6b423c63aed1bb20fb762d5dd7f856ff.tar.xz awx-6b7126ab6b423c63aed1bb20fb762d5dd7f856ff.zip |
Updating contributing for What should I work on?
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b5f6a86482..06d9b6e58a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -277,10 +277,9 @@ When necessary, remove any AWX containers and images by running the following: ## What should I work on? -For feature work, take a look at the following: +For feature work, take a look at the current [https://github.com/ansible/awx/issues?q=is%3Aissue+is%3Aopen+label%3Atype%3Aenhancement](Enhancements) -- View active development in [/docs/current](./docs/current) -- Under [/docs/future](./docs/future), you'll find ideas for future work, and potential roadmap items. +If it has someone assigned to it then that person is the person responsible for working the enhancement. If you feel like you could contribute then reach out to that person. Fixing bugs, adding translations, and updating the documentation are always appreciated, so reviewing the backlog of issues is always a good place to start. |