Skip to content

Commit

Permalink
fix doc report template (ansible#81202)
Browse files Browse the repository at this point in the history
* fix doc report template

* Update .github/ISSUE_TEMPLATE/documentation_report.yml

Co-authored-by: Sandra McCann <[email protected]>

---------

Co-authored-by: Sandra McCann <[email protected]>
  • Loading branch information
oraNod and samccann authored Jul 10, 2023
1 parent faca205 commit 73b95db
Showing 1 changed file with 26 additions and 17 deletions.
43 changes: 26 additions & 17 deletions .github/ISSUE_TEMPLATE/documentation_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,32 @@ body:
[submit a pull request]:
https://docs.ansible.com/ansible-core/devel/community/documentation_contributions.html
- type: markdown
attributes:
value: >
**Check the repository for your issue.**
Source files for Ansible community documentation are
hosted in different repositories. Please make sure to file an
issue in the correct project.
Documentation for modules/plugins/etc that are officially
supported by the Ansible Core Engineering team is available
in this (`ansible/ansible`) repository.
The Installation Guide, Playbook Guide, Developer Guide,
and other documentation is available in the
[ansible/ansible-documentation] repository.
Documentation for other modules/plugins/etc is likely to be
available in one of the [Ansible Collections][collections index].
If available in the collection documentation, select the
**Issue Tracker** button to go directly to the GitHub issues.
[ansible/ansible-documentation]: /ansible/ansible-documentation
[collections index]:
https://docs.ansible.com/ansible/latest/collections/index.html
- type: textarea
attributes:
Expand Down Expand Up @@ -82,23 +108,6 @@ body:
Write the short name of the rst file, module, plugin, task or
feature below, *use your best guess if unsure*.
**Tip:** Source files for Ansible community documentation are
hosted in different repositories. Please make sure to file an
issue in the correct project.
Documentation for modules/plugins/etc that are officially
supported by the Ansible Core Engineering team is available
in this (`ansible/ansible`) repository.
The Installation Guide, Playbook Guide, Developer Guide,
and other documentation is available in the
[`ansible/ansible-documentation`] repository.
Documentation for other modules/plugins/etc is likely to be
available in one of the [Ansible Collections][collections-index].
If available in the collection documentation, select the
*Issue Tracker** button to go directly to the GitHub issues.
[`ansible/ansible-documentation`]: /ansible/ansible-documentation
[collections-index]: https://docs.ansible.com/ansible/latest/collections/index.html
placeholder: lib/ansible/modules/copy.py
validations:
required: true
Expand Down

0 comments on commit 73b95db

Please sign in to comment.