Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 0 additions & 80 deletions .github/ISSUE_TEMPLATE/Bug_Report.md

This file was deleted.

54 changes: 0 additions & 54 deletions .github/ISSUE_TEMPLATE/Feature_Request.md

This file was deleted.

127 changes: 127 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,127 @@
name: Bug Report
description: Report a bug impacting the Ansible ND Collection
title: Bug Report Title
labels:
- bug
body:
- type: markdown
attributes:
value: |
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/)
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_<placeholder>
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
90 changes: 90 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
---

name: Documentation Report
description: Report a documentation issue for the Ansible ND Collection
title: Documentation Report Title
labels:
- doc
- documentation
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 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
Loading
Loading