From d6028c5de48ea24e13b74b64a698c477e26b5a68 Mon Sep 17 00:00:00 2001 From: Greg DeKoenigsberg Date: Sun, 13 Aug 2017 12:36:03 -0400 Subject: [PATCH] Slight changes to reporting bugs and features as recommended by @gundalow in review for #27911 --- .../docsite/rst/community/reporting_bugs_and_features.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docsite/rst/community/reporting_bugs_and_features.rst b/docs/docsite/rst/community/reporting_bugs_and_features.rst index fe57dfce41b..0152d64b619 100644 --- a/docs/docsite/rst/community/reporting_bugs_and_features.rst +++ b/docs/docsite/rst/community/reporting_bugs_and_features.rst @@ -6,17 +6,17 @@ I'd Like To Report A Bug Ansible practices responsible disclosure - if this is a security related bug, email `security@ansible.com `_ instead of filing a ticket or posting to the Google Group and you will receive a prompt response. -Ansible bugs should be reported to `github.com/ansible/ansible `_ after +Ansible bugs should be reported to `github.com/ansible/ansible/issues `_ after signing up for a free GitHub account. Before reporting a bug, please use the bug/issue search to see if the issue has already been reported. This is listed on the bottom of the docs page for any module. -Knowing your ansible version and the exact commands you are running, and what you expect, saves time and helps us help everyone with their issues more quickly. +Knowing your Ansible version and the exact commands you are running, and what you expect, saves time and helps us help everyone with their issues more quickly. For that reason, we provide an issue template; please fill it out as completely and as accurately as possible. Do not use the issue tracker for "how do I do this" type questions. These are great candidates for IRC or the mailing list instead where things are likely to be more of a discussion. To be respectful of reviewers' time and allow us to help everyone efficiently, please provide minimal well-reduced and well-commented examples versus sharing your entire production playbook. Include playbook snippets and output where possible. -When sharing YAML in playbooks, formatting can be preserved by using `code blocks `_. +When sharing YAML in playbooks, formatting can be preserved by using `code blocks `_. For multiple-file content, we encourage use of gist.github.com. Online pastebin content can expire, so it's nice to have things around for a longer term if they are referenced in a ticket. @@ -29,4 +29,4 @@ Requesting a feature The best way to get a feature into Ansible is to submit a pull request. -The next best way of getting a feature into Ansible is to submit a proposal through the Ansible proposal process: https://github.com/ansible/proposals +The next best way of getting a feature into Ansible is to submit a proposal through the `Ansible proposal process: `.