Co-authored-by: Eugene <k.evgen61@gmail.com> Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
5.3 KiB
Ansible Community Guide
Note
Making Open Source More Inclusive
Red Hat is committed to replacing problematic language in our code, documentation, and web properties. We are beginning with these four terms: master, slave, blacklist, and whitelist. We ask that you open an issue or pull request if you come upon a term that we have missed. For more details, see our CTO Chris Wright's message.
Welcome to the Ansible Community Guide!
The purpose of this guide is to teach you everything you need to know about being a contributing member of the Ansible community. All types of contributions are welcome and necessary to Ansible's continued success.
This page outlines the most common situations and questions that
bring readers to this section. If you prefer a traditional table of contents <community_toc>
,
you can find one at the bottom of the page.
Getting started
- I am new to the community. Where can I find the Ansible
code_of_conduct
? - I would like to know what I am agreeing to when I contribute to
Ansible. Does Ansible have a
contributor_license_agreement
? - I would like to contribute but I am not sure how. Are there
easy ways to contribute <how_can_i_help>
? - I want to talk to other Ansible users. How do I find an Ansible Meetup near me?
- I have a question. Which
Ansible email lists and IRC channels <communication>
will help me find answers? - I want to learn more about Ansible. What can I do?
- Read books.
- Get certified.
- Attend events.
- Review getting started guides.
- Watch videos - includes Ansible Automates, AnsibleFest & webinar recordings.
- I would like updates about new Ansible versions. How are new releases announced?
- I want to use the current release. How do I know which
releases are current <release_schedule>
?
Going deeper
- I think Ansible is broken. How do I
report a bug <reporting_bugs>
? - I need functionality that Ansible does not offer. How do I
request a feature <request_features>
? - How do I
contribute to an Ansible-maintained collection <contributing_maintained_collections>
? - I am waiting for a particular feature. How do I see what is
planned for future Ansible Releases <roadmaps>
? - I have a specific Ansible interest or expertise (for example,
VMware, Linode, and so on). How do I get involved in a
working group <working_group_list>
? - I would like to participate in conversations about features and fixes. How do I review GitHub issues and pull requests?
- I found a typo or another problem on docs.ansible.com. How can I
improve the documentation <community_documentation_contributions>
? - Is there a
mailing list <communication>
I can sign up for to stay informed about Ansible?
Working with the Ansible repo
- I want to make my first code changes to a collection or to
ansible-core
. How do Iset up my Python development environment <environment_setup>
? - I would like to get more efficient as a developer. How can I find
editors, linters, and other tools <other_tools_and_programs>
that will support my Ansible development efforts? - I want my code to meet Ansible's guidelines. Where can I find
guidance on
coding in Ansible <developer_guide>
? - I want to learn more about Ansible roadmaps, releases, and projects.
How do I find information on
the development cycle <community_development_process>
? - I would like to connect Ansible to a new API or other resource. How
do I
create a collection <developing_modules_in_groups>
? - My pull request is marked
needs_rebase
. How do Irebase my PR <rebase_guide>
? - I am using an older version of Ansible and want a bug fixed in my
version that has already been fixed on the
devel
branch. How do Ibackport a bugfix PR <backport_process>
? - I have an open pull request with a failing test. How do I learn
about Ansible's
testing (CI) process <developing_testing>
? - I am ready to step up as a collection maintainer. What are the
guidelines for maintainers <maintainers>
? - A module in a collection I maintain is obsolete. How do I
deprecate a module <deprecating_modules>
?
Traditional Table of Contents
If you prefer to read the entire Community Guide, here is a list of the pages in order:
code_of_conduct how_can_I_help reporting_bugs_and_features documentation_contributions communication development_process contributing_maintained_collections contributor_license_agreement triage_process other_tools_and_programs ../dev_guide/style_guide/index
committer_guidelines maintainers release_managers github_admins