1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-29 07:29:13 +00:00

Add docs about contributing to docs (#46481)

* adds page on community contributions to docs
This commit is contained in:
Alicia Cozine 2018-10-24 10:14:01 -05:00 committed by Sandra McCann
parent e58e43279c
commit 4219d25fc7
7 changed files with 188 additions and 7 deletions

View file

@ -246,7 +246,7 @@ Testing basics
====================
These two examples will get you started with testing your module code. Please review our :ref:`testing <developing_testing>` section for more detailed
information, including instructions for :ref:`testing documentation <testing_documentation>`, adding :ref:`integration tests <testing_integration>`, and more.
information, including instructions for :ref:`testing module documentation <testing_module_documentation>`, adding :ref:`integration tests <testing_integration>`, and more.
Sanity tests
------------