From f3aa32a2e3f8342f04e6061fd84ae2d490469708 Mon Sep 17 00:00:00 2001 From: Matt Tarkington Date: Wed, 8 Apr 2026 04:27:30 -0400 Subject: [PATCH 01/16] Update and rename Bug_Report.md to bug_report.yml --- .github/ISSUE_TEMPLATE/Bug_Report.md | 80 ---------------- .github/ISSUE_TEMPLATE/bug_report.yml | 127 ++++++++++++++++++++++++++ 2 files changed, 127 insertions(+), 80 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/Bug_Report.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/Bug_Report.md b/.github/ISSUE_TEMPLATE/Bug_Report.md deleted file mode 100644 index 6315e21e..00000000 --- a/.github/ISSUE_TEMPLATE/Bug_Report.md +++ /dev/null @@ -1,80 +0,0 @@ ---- -name: 🐛 Bug Report -about: If something isn't working as expected 🤔. -labels: bug ---- - - - -### Community Note - -* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request -* Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request -* If you are interested in working on this issue or have submitted a pull request, please leave a comment - - - -### Description - - - - -* xxxx - -### Affected Module Name(s): - - - -* nd_XXXXX - -### ND version and ND Platform - -* V x.x.x and Physical/OVA/Cloud-AWS/Cloud-Azure/SaaS/all. - - -### APIC version and APIC Platform for Site related issues - -* V x.x.x and on-prem/cloud-aws/cloud-azure/all. - - -### Collection versions - -* cisco.nd x.x.x - -### Output/ Error message - - -* - -### Expected Behavior - - -* - -### Actual Behavior - - -* - -### Playbook tasks to Reproduce - - - -* - -### Important Factoids - - - -### References - - - -* #0000 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 00000000..6071b3c4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,127 @@ +name: Bug Report +description: Report a bug impacting VXLAN as Code collection +title: Bug Report Title +labels: + - bug +body: + - type: markdown + attributes: + value: | + Thanks for creating a bug issue to help us improve the VXLAN as Code collection. + Please fill out the sections below to help us understand and reproduce the issue you are facing. + + - type: markdown + attributes: + value: | + ### Community Note + - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) + to the original issue to help the community and maintainers prioritize this request. + - Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request. + - If you are interested in working on this issue or have submitted a pull request, please leave a comment + + - type: textarea + id: ansible-version + attributes: + label: Ansible Version + description: Please provide your Ansible version used when encountering this issue using ```ansible --version``` + placeholder: ansible --version + render: shell + validations: + required: true + + - type: textarea + id: ansible-collection-versions + attributes: + label: Ansible Collection Versions + description: Please provide your Ansible Collection versions used when encountering this issue using ```ansible-galaxy collection list``` + placeholder: ansible-galaxy collection list + render: shell + validations: + required: true + + - type: textarea + id: ansible-collection-module + attributes: + label: Ansible Collection Module + description: Please provide the Ansible Collection module encountering this issue + placeholder: cisco.nd.nd_ + render: shell + validations: + required: false + + - type: textarea + id: nd-version + attributes: + label: Cisco Nexus Dashboard Version + description: Please provide your Cisco Nexus Dashboard version used when encountering this issue + render: shell + validations: + required: true + + - type: textarea + id: nxos-version + attributes: + label: Cisco NX-OS Version + description: Please provide your Cisco NX-OS version used when encountering this issue + render: shell + validations: + required: false + + - type: textarea + id: aci-version + attributes: + label: Cisco ACI Version + description: Please provide your Cisco ACI version used when encountering this issue + render: shell + validations: + required: false + + - type: textarea + id: expected-behavior + attributes: + label: Expected Behavior + description: Please provide the expected behavior + placeholder: Expected behavior + render: shell + validations: + required: false + + - type: textarea + id: actual-behavior + attributes: + label: Actual Behavior + description: Please provide the actual behavior + placeholder: Actual behavior + render: shell + validations: + required: false + + - type: textarea + id: ansible-playbook + attributes: + label: Ansible Playbook + description: Please provide your Ansible playbook that is encountering the issue + placeholder: Ansible Playbook + render: yaml + validations: + required: true + + - type: textarea + id: step-to-reproduce + attributes: + label: Steps to Reproduce + description: Please provide the steps to reproduce the issue + placeholder: List of steps to reproduce the issue + render: shell + validations: + required: true + + - type: textarea + id: debug-output + attributes: + label: Relevant Debug Output + description: Please copy and paste any relevant log or debug output. This will be automatically formatted into code + placeholder: Relevant log or debug output + render: shell + validations: + required: false From e73bd62dea12842528cad07787a4ac0cffecc890 Mon Sep 17 00:00:00 2001 From: Matt Tarkington Date: Wed, 8 Apr 2026 04:27:55 -0400 Subject: [PATCH 02/16] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 6071b3c4..d6ebd8f9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -16,8 +16,8 @@ body: ### Community Note - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. - - Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request. - - If you are interested in working on this issue or have submitted a pull request, please leave a comment + - Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request. + - If you are interested in working on this issue or have submitted a pull request, please leave a comment - type: textarea id: ansible-version From 052b025de17b0cc6704a04177d1cf8846d01f428 Mon Sep 17 00:00:00 2001 From: Matt Tarkington Date: Wed, 8 Apr 2026 04:29:16 -0400 Subject: [PATCH 03/16] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index d6ebd8f9..e141a8e3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,5 +1,5 @@ name: Bug Report -description: Report a bug impacting VXLAN as Code collection +description: Report a bug impacting the Ansible ND Collection title: Bug Report Title labels: - bug @@ -7,17 +7,17 @@ body: - type: markdown attributes: value: | - Thanks for creating a bug issue to help us improve the VXLAN as Code collection. + Thanks for creating a bug issue to help us improve the Ansible ND Collection. Please fill out the sections below to help us understand and reproduce the issue you are facing. - type: markdown attributes: value: | ### Community Note - - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) + * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. - - Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request. - - If you are interested in working on this issue or have submitted a pull request, please leave a comment + * Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request. + * If you are interested in working on this issue or have submitted a pull request, please leave a comment - type: textarea id: ansible-version From b71c80a6e8e86f2fe43d57d429f2b7464393df3c Mon Sep 17 00:00:00 2001 From: Matt Tarkington Date: Wed, 8 Apr 2026 04:29:40 -0400 Subject: [PATCH 04/16] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e141a8e3..1e7e1266 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -14,10 +14,8 @@ body: attributes: value: | ### Community Note - * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) - to the original issue to help the community and maintainers prioritize this request. - * Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request. - * If you are interested in working on this issue or have submitted a pull request, please leave a comment + Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) + to the original issue to help the community and maintainers prioritize this request. Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request. If you are interested in working on this issue or have submitted a pull request, please leave a comment - type: textarea id: ansible-version From bb980a7dc2e06e32d49fae1c7455b6fe7a2f5a69 Mon Sep 17 00:00:00 2001 From: Matt Tarkington Date: Wed, 8 Apr 2026 04:35:46 -0400 Subject: [PATCH 05/16] Update and rename Feature_Request.md to feature_request.yml --- .github/ISSUE_TEMPLATE/Feature_Request.md | 54 ---------- .github/ISSUE_TEMPLATE/feature_request.yml | 112 +++++++++++++++++++++ 2 files changed, 112 insertions(+), 54 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/Feature_Request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/Feature_Request.md b/.github/ISSUE_TEMPLATE/Feature_Request.md deleted file mode 100644 index 199a2943..00000000 --- a/.github/ISSUE_TEMPLATE/Feature_Request.md +++ /dev/null @@ -1,54 +0,0 @@ ---- -name: 🚀 Feature Request -about: I have a suggestion (might want to implement it myself 🙂)! -labels: enhancement ---- - - - -### Community Note - -* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request -* Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request -* If you are interested in working on this issue or have submitted a pull request, please leave a comment - - - -### Description - - - - - -* xxxx - -### New or Affected Module(s): - - - -* nd_XXXXX - -### ND version and ND Platform - -* V x.x.x and Physical/OVA/Cloud-AWS/Cloud-Azure/SaaS/all. - - -### APIC version and APIC Platform for Site related features - -* V x.x.x and on-prem/cloud-aws/cloud-azure/all. - -### Collection versions - -* cisco.nd x.x.x - -### References - - - -* #0000 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 00000000..11f1f859 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,112 @@ +--- + +name: Feature Request +description: Request a feature for the VXLAN as Code collection +title: Feature Request Title +labels: + - feature +body: + - type: markdown + attributes: + value: | + Thanks for creating a feature request issue to help us improve the VXLAN as Code collection. + Please fill out the sections below to help us understand and reproduce the issue you are facing. + + - type: markdown + attributes: + value: | + ### Community Note + Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request. If you are interested in working on this issue or have submitted a pull request, please leave a comment + + + - type: textarea + id: new-module-feature + attributes: + label: "New module/feature description:" + description: Please provide input on the new module or feature required + placeholder: New module/feature description + render: shell + validations: + required: true + + - type: dropdown + id: role + attributes: + label: Which resource area of Cisco Nexus Dashboard does this new feature belong to? + multiple: false + options: + - analyze + - infra + - manage + - onemanage + - other + validations: + required: true + + - type: textarea + id: new-or-affected-documentation + attributes: + label: New or Affected Documentation for New Feature + description: Please list the new or affected documentation sections for the new feature + placeholder: Documentation section or new documentation that needs attention for the new feature + render: shell + validations: + required: false + + - type: textarea + id: ansible-playbook + attributes: + label: Potential Ansible Task Config + description: Please provide a potential Ansible task configuration for the new feature + placeholder: Ansible Playbook + render: yaml + validations: + required: true + + - type: textarea + id: ansible-version + attributes: + label: Ansible Version + description: Please provide your Ansible version used if this requires some new feature from Ansible using ```ansible --version``` + placeholder: ansible --version + render: shell + validations: + required: false + + - type: textarea + id: ansible-collection-versions + attributes: + label: Ansible Collection Versions + description: | + Please provide your Ansible Collection versions if this requires some new collection or updated version from ```ansible-galaxy collection list``` + placeholder: ansible-galaxy collection list + render: shell + validations: + required: false + + - type: textarea + id: nd-version + attributes: + label: Cisco Nexus Dashboard Version + description: Please provide your Cisco Nexus Dashboard version being used + render: shell + validations: + required: true + + - type: textarea + id: nxos-version + attributes: + label: Cisco NX-OS Version + description: Please provide your Cisco NX-OS version being used + render: shell + validations: + required: false + + - type: textarea + id: aci-version + attributes: + label: Cisco ACI Version + description: Please provide your Cisco ACI version being used + render: shell + validations: + required: false From cfc97ba07c87c4575ccde786941ca3305899bc26 Mon Sep 17 00:00:00 2001 From: Matt Tarkington Date: Wed, 8 Apr 2026 04:37:28 -0400 Subject: [PATCH 06/16] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 11f1f859..f6ea5e8b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,7 +1,7 @@ --- name: Feature Request -description: Request a feature for the VXLAN as Code collection +description: Request a feature for the Ansible ND Collection title: Feature Request Title labels: - feature @@ -9,7 +9,7 @@ body: - type: markdown attributes: value: | - Thanks for creating a feature request issue to help us improve the VXLAN as Code collection. + Thanks for creating a feature request issue to help us improve the Ansible ND Collection. Please fill out the sections below to help us understand and reproduce the issue you are facing. - type: markdown From ddef13997ab108650992012a57f1c5ea83f063f6 Mon Sep 17 00:00:00 2001 From: Matt Tarkington Date: Wed, 8 Apr 2026 04:38:31 -0400 Subject: [PATCH 07/16] Create documentation_report.yml --- .../ISSUE_TEMPLATE/documentation_report.yml | 90 +++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/documentation_report.yml diff --git a/.github/ISSUE_TEMPLATE/documentation_report.yml b/.github/ISSUE_TEMPLATE/documentation_report.yml new file mode 100644 index 00000000..a53b3a16 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation_report.yml @@ -0,0 +1,90 @@ +--- + +name: Documentation Report +description: Report a documentation issue for the Ansible ND Collection +title: Documentation Report Title +labels: + - documentation + - doc +body: + - type: markdown + attributes: + value: | + Thanks for creating a documentation issue to help us improve the Ansible ND Collection. + Please fill out the sections below to help us understand and reproduce the issue you are facing. + + - type: markdown + attributes: + value: | + ### Community Note + Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) + to the original issue to help the community and maintainers prioritize this request. Please do not leave "+1" or other comments that do not + add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request. If you are + interested in working on this issue or have submitted a pull request, please leave a comment + + - type: textarea + id: new-or-affected-documentation + attributes: + label: New or Affected Documentation + description: Please list the new or affected documentation sections + placeholder: Documentation section or new documentation that needs attention + render: shell + validations: + required: true + + - type: textarea + id: documentation-description + attributes: + label: Documentation Description + description: Please leave a helpful description of the documentation report here + placeholder: Documentation section or new documentation that needs attention + render: shell + validations: + required: true + + - type: textarea + id: ansible-version + attributes: + label: Ansible Version + description: Please provide your Ansible version used when encountering this issue using ```ansible --version``` + placeholder: ansible --version + render: shell + validations: + required: false + + - type: textarea + id: ansible-collection-versions + attributes: + label: Ansible Collection Versions + description: Please provide your Ansible Collection versions used when encountering this issue using ```ansible-galaxy collection list``` + placeholder: ansible-galaxy collection list + render: shell + validations: + required: false + + - type: textarea + id: nd-version + attributes: + label: Cisco Nexus Dashboard Version + description: Please provide your Cisco Nexus Dashboard version used when encountering this issue + render: shell + validations: + required: true + + - type: textarea + id: nxos-version + attributes: + label: Cisco NX-OS Version + description: Please provide your Cisco NX-OS version used when encountering this issue + render: shell + validations: + required: false + + - type: textarea + id: aci-version + attributes: + label: Cisco ACI Version + description: Please provide your Cisco ACI version used when encountering this issue + render: shell + validations: + required: false From 6a9b770e5d9e39fbfde6d577759844aab8a93d76 Mon Sep 17 00:00:00 2001 From: Matt Tarkington Date: Wed, 8 Apr 2026 04:39:16 -0400 Subject: [PATCH 08/16] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index f6ea5e8b..7865ec3e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -4,6 +4,7 @@ name: Feature Request description: Request a feature for the Ansible ND Collection title: Feature Request Title labels: + - enhancement - feature body: - type: markdown From 5000433065c9edd38549bd4736d2ac10d28aceed Mon Sep 17 00:00:00 2001 From: Matt Tarkington Date: Wed, 8 Apr 2026 04:39:36 -0400 Subject: [PATCH 09/16] Update documentation_report.yml --- .github/ISSUE_TEMPLATE/documentation_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/documentation_report.yml b/.github/ISSUE_TEMPLATE/documentation_report.yml index a53b3a16..bdec3113 100644 --- a/.github/ISSUE_TEMPLATE/documentation_report.yml +++ b/.github/ISSUE_TEMPLATE/documentation_report.yml @@ -4,8 +4,8 @@ name: Documentation Report description: Report a documentation issue for the Ansible ND Collection title: Documentation Report Title labels: - - documentation - doc + - documentation body: - type: markdown attributes: From 2c2362053e4103792af8edfa8cd8386ff125e018 Mon Sep 17 00:00:00 2001 From: Matt Tarkington Date: Wed, 8 Apr 2026 08:48:48 -0400 Subject: [PATCH 10/16] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 1e7e1266..ac64cbea 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -15,7 +15,7 @@ body: value: | ### Community Note Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) - to the original issue to help the community and maintainers prioritize this request. Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request. If you are interested in working on this issue or have submitted a pull request, please leave a comment + to the issue to help the community and maintainers prioritize this request. Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request. If you are interested in working on this issue or have submitted a pull request, please leave a comment - type: textarea id: ansible-version From 11317349de875fbd730b41bba72be01a825548bc Mon Sep 17 00:00:00 2001 From: Matt Tarkington Date: Wed, 8 Apr 2026 08:49:08 -0400 Subject: [PATCH 11/16] Update documentation_report.yml --- .github/ISSUE_TEMPLATE/documentation_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/documentation_report.yml b/.github/ISSUE_TEMPLATE/documentation_report.yml index bdec3113..5737e4a8 100644 --- a/.github/ISSUE_TEMPLATE/documentation_report.yml +++ b/.github/ISSUE_TEMPLATE/documentation_report.yml @@ -18,7 +18,7 @@ body: value: | ### Community Note Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) - to the original issue to help the community and maintainers prioritize this request. Please do not leave "+1" or other comments that do not + to the issue to help the community and maintainers prioritize this request. Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request. If you are interested in working on this issue or have submitted a pull request, please leave a comment From 85e8830b34a44f50dc0a7a66411a1d31b35f4c63 Mon Sep 17 00:00:00 2001 From: Matt Tarkington Date: Wed, 8 Apr 2026 08:49:37 -0400 Subject: [PATCH 12/16] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 7865ec3e..d038ceeb 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -17,7 +17,7 @@ body: attributes: value: | ### Community Note - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request. If you are interested in working on this issue or have submitted a pull request, please leave a comment + Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to help the community and maintainers prioritize this request. Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request. If you are interested in working on this issue or have submitted a pull request, please leave a comment - type: textarea From 60ea4a753b736a96827a120b0bb9797547756895 Mon Sep 17 00:00:00 2001 From: Matt Tarkington Date: Wed, 8 Apr 2026 08:50:09 -0400 Subject: [PATCH 13/16] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ac64cbea..0c5fe490 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -14,8 +14,7 @@ body: attributes: value: | ### Community Note - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) - to the issue to help the community and maintainers prioritize this request. Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request. If you are interested in working on this issue or have submitted a pull request, please leave a comment + Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to help the community and maintainers prioritize this request. Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request. If you are interested in working on this issue or have submitted a pull request, please leave a comment - type: textarea id: ansible-version From 4af7d8dc92c8de3d6dc1866ba3c4e3afb88f4d9a Mon Sep 17 00:00:00 2001 From: Matt Tarkington Date: Wed, 8 Apr 2026 08:51:15 -0400 Subject: [PATCH 14/16] Update documentation_report.yml --- .github/ISSUE_TEMPLATE/documentation_report.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/documentation_report.yml b/.github/ISSUE_TEMPLATE/documentation_report.yml index 5737e4a8..d7dd561f 100644 --- a/.github/ISSUE_TEMPLATE/documentation_report.yml +++ b/.github/ISSUE_TEMPLATE/documentation_report.yml @@ -18,9 +18,9 @@ body: value: | ### Community Note Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) - to the issue to help the community and maintainers prioritize this request. Please do not leave "+1" or other comments that do not - add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request. If you are - interested in working on this issue or have submitted a pull request, please leave a comment + to help the community and maintainers prioritize this request. Please do not leave "+1" or other comments that do not add relevant new information + or questions, they generate extra noise for issue followers and do not help prioritize the request. If you are interested in working on this issue + or have submitted a pull request, please leave a comment. - type: textarea id: new-or-affected-documentation From 2f6f6fbbcb0b24832f0e16933fc5c83701970c1c Mon Sep 17 00:00:00 2001 From: Matt Tarkington Date: Wed, 8 Apr 2026 08:51:39 -0400 Subject: [PATCH 15/16] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0c5fe490..ee45edfc 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -14,7 +14,10 @@ body: attributes: value: | ### Community Note - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to help the community and maintainers prioritize this request. Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request. If you are interested in working on this issue or have submitted a pull request, please leave a comment + Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) + to help the community and maintainers prioritize this request. Please do not leave "+1" or other comments that do not add relevant new information + or questions, they generate extra noise for issue followers and do not help prioritize the request. If you are interested in working on this issue + or have submitted a pull request, please leave a comment. - type: textarea id: ansible-version From 70fa387432dc77ffab24e2b5cb98838b1c2e0a48 Mon Sep 17 00:00:00 2001 From: Matt Tarkington Date: Wed, 8 Apr 2026 08:52:04 -0400 Subject: [PATCH 16/16] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index d038ceeb..e2f1c8bb 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -17,8 +17,10 @@ body: attributes: value: | ### Community Note - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to help the community and maintainers prioritize this request. Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request. If you are interested in working on this issue or have submitted a pull request, please leave a comment - + Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) + to help the community and maintainers prioritize this request. Please do not leave "+1" or other comments that do not add relevant new information + or questions, they generate extra noise for issue followers and do not help prioritize the request. If you are interested in working on this issue + or have submitted a pull request, please leave a comment. - type: textarea id: new-module-feature