From 8a754e0858d922e955e71b253c139e071ecec432 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 18:04:21 +0200 Subject: Adding upstream version 2.14.3. Signed-off-by: Daniel Baumann --- docs/docsite/rst/community/contributions.rst | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/docsite/rst/community/contributions.rst (limited to 'docs/docsite/rst/community/contributions.rst') diff --git a/docs/docsite/rst/community/contributions.rst b/docs/docsite/rst/community/contributions.rst new file mode 100644 index 0000000..e3b3eb8 --- /dev/null +++ b/docs/docsite/rst/community/contributions.rst @@ -0,0 +1,29 @@ +.. _community_contributions: + +******************************** +ansible-core Contributors Guide +******************************** + +.. toctree:: + :maxdepth: 2 + + reporting_bugs_and_features + documentation_contributions + development_process + other_tools_and_programs + + +If you have a specific Ansible interest or expertise (for example, VMware, Linode, and so on, consider joining a :ref:`working group `. + +Working with the Ansible repo +============================= + +* I want to make my first code changes to a collection or to ``ansible-core``. How do I :ref:`set up my Python development environment `? +* I would like to get more efficient as a developer. How can I find :ref:`editors, linters, and other tools ` that will support my Ansible development efforts? +* I want my code to meet Ansible's guidelines. Where can I find guidance on :ref:`coding in Ansible `? +* I would like to connect Ansible to a new API or other resource. How do I :ref:`create a collection `? +* My pull request is marked ``needs_rebase``. How do I :ref:`rebase my PR `? +* 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 I :ref:`backport a bugfix PR `? +* I have an open pull request with a failing test. How do I learn about Ansible's :ref:`testing (CI) process `? +* I am ready to step up as a collection maintainer. What are the :ref:`guidelines for maintainers `? +* A module in a collection I maintain is obsolete. How do I :ref:`deprecate a module `? -- cgit v1.2.3