222d35ebbd
* Fix broken link in AWS Guide (#70153) Point to collection rather than ansible/ansible for example. (cherry picked from commit0ef75f65d9
) * remove gendered example (#70117) Changed example to not assume things about names and genders (cherry picked from commit5885ed4455
) * docs: Add note about ansible-doc (#70162) ansible-doc can only parse Python modules, added a note about this is developer guide; Fixes: #69109 (cherry picked from commitda868d9d60
) * Update config.yml (#70154) typos & branding * Update .github/ISSUE_TEMPLATE/config.yml Co-authored-by: Rick Elrod <rick@elrod.me> (cherry picked from commit4b358c6641
) * async_status: Update documentation (#70196) Fixes: #38164 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com> (cherry picked from commit40a42de081
) * updates to ansible-maintained collections guidelines (#70178) (cherry picked from commit647c6cd289
) Co-authored-by: Jill R <4121322+jillr@users.noreply.github.com> Co-authored-by: Westley Argentum Hennigh-Palermo <WestleyArgentum@gmail.com> Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com> Co-authored-by: John R Barker <john@johnrbarker.com>
26 lines
1.5 KiB
YAML
26 lines
1.5 KiB
YAML
# Ref: https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser
|
|
blank_issues_enabled: true # default
|
|
contact_links:
|
|
- name: 🔐 Security bug report 🔥
|
|
url: https://docs.ansible.com/ansible/latest/community/reporting_bugs_and_features.html?utm_medium=github&utm_source=issue_template_chooser
|
|
about: |
|
|
Please learn how to report security vulnerabilities here.
|
|
|
|
For all security related bugs, email security@ansible.com
|
|
instead of using this issue tracker and you will receive
|
|
a prompt response.
|
|
|
|
For more information, see
|
|
https://docs.ansible.com/ansible/latest/community/reporting_bugs_and_features.html
|
|
- name: 📝 Ansible Code of Conduct
|
|
url: https://docs.ansible.com/ansible/latest/community/code_of_conduct.html?utm_medium=github&utm_source=issue_template_chooser
|
|
about: ❤ Be nice to other members of the community. ☮ Behave.
|
|
- name: 💬 Talks to the community
|
|
url: https://docs.ansible.com/ansible/latest/community/communication.html?utm_medium=github&utm_source=issue_template_chooser#mailing-list-information
|
|
about: Please ask and answer usage questions here
|
|
- name: ⚡ Working groups
|
|
url: https://github.com/ansible/community/wiki
|
|
about: Interested in improving a specific area? Become a part of a working group!
|
|
- name: 💼 For Enterprise
|
|
url: https://www.ansible.com/products/engine?utm_medium=github&utm_source=issue_template_chooser
|
|
about: Red Hat offers support for the Ansible Automation Platform
|