summaryrefslogtreecommitdiffstats
path: root/ansible_collections/dellemc/openmanage/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 12:04:41 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 12:04:41 +0000
commit975f66f2eebe9dadba04f275774d4ab83f74cf25 (patch)
tree89bd26a93aaae6a25749145b7e4bca4a1e75b2be /ansible_collections/dellemc/openmanage/.github/ISSUE_TEMPLATE
parentInitial commit. (diff)
downloadansible-975f66f2eebe9dadba04f275774d4ab83f74cf25.tar.xz
ansible-975f66f2eebe9dadba04f275774d4ab83f74cf25.zip
Adding upstream version 7.7.0+dfsg.upstream/7.7.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/dellemc/openmanage/.github/ISSUE_TEMPLATE')
-rw-r--r--ansible_collections/dellemc/openmanage/.github/ISSUE_TEMPLATE/ask_a_question.md11
-rw-r--r--ansible_collections/dellemc/openmanage/.github/ISSUE_TEMPLATE/bug_report.yml124
-rw-r--r--ansible_collections/dellemc/openmanage/.github/ISSUE_TEMPLATE/config.yml5
-rw-r--r--ansible_collections/dellemc/openmanage/.github/ISSUE_TEMPLATE/feature_request.md23
4 files changed, 163 insertions, 0 deletions
diff --git a/ansible_collections/dellemc/openmanage/.github/ISSUE_TEMPLATE/ask_a_question.md b/ansible_collections/dellemc/openmanage/.github/ISSUE_TEMPLATE/ask_a_question.md
new file mode 100644
index 000000000..e35c949c5
--- /dev/null
+++ b/ansible_collections/dellemc/openmanage/.github/ISSUE_TEMPLATE/ask_a_question.md
@@ -0,0 +1,11 @@
+---
+name: 💬 Ask a question
+about: Ask usage questions here
+title: "[QUESTION]:"
+labels: type/question
+assignees: ''
+
+---
+### How can the team help?
+
+**Details: ?**
diff --git a/ansible_collections/dellemc/openmanage/.github/ISSUE_TEMPLATE/bug_report.yml b/ansible_collections/dellemc/openmanage/.github/ISSUE_TEMPLATE/bug_report.yml
new file mode 100644
index 000000000..5b1569778
--- /dev/null
+++ b/ansible_collections/dellemc/openmanage/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -0,0 +1,124 @@
+---
+name: 🐛 Bug report
+description: Create a report to help us improve.
+title: "[BUG]: "
+labels: ["type/bug", "needs-triage"]
+body:
+ - type: markdown
+ attributes:
+ value: |
+ Thank you for taking the time to create this bug report. To better help us investigate this bug, provide the following information.
+ - type: textarea
+ id: bug-description
+ attributes:
+ label: Bug Description
+ description: Provide a clear and concise description about the bug.
+ validations:
+ required: true
+ - type: input
+ id: component
+ attributes:
+ label: Component or Module Name
+ description: Enter the Component or Module Name.
+ placeholder: idrac_server_config_profile
+ validations:
+ required: true
+ - type: input
+ id: ansible
+ attributes:
+ label: Ansible Version
+ description: Enter the Ansible version.
+ placeholder: |
+ Ansible 2.12
+ validations:
+ required: true
+ - type: input
+ id: python
+ attributes:
+ label: Python Version
+ description: Enter the Python version.
+ placeholder: |
+ Python 3.9
+ validations:
+ required: true
+ - type: textarea
+ id: device
+ attributes:
+ label: iDRAC/OME/OME-M version
+ description: Enter the iDRAC/OME/OME-M version in which the bug is observed.
+ placeholder: |
+ iDRAC 5.10.00.00
+ OME 3.8.4
+ OME-M 1.40
+ validations:
+ required: true
+ - type: textarea
+ id: os
+ attributes:
+ label: Operating System
+ description: Enter the operating system and version in which the bug is observed.
+ placeholder: |
+ Red Hat Enterprise Linux (RHEL) 8.5 and 8.4
+ SUSE Linux Enterprise Server (SLES) 15 SP2 and 15 SP1
+ Ubuntu 20.04.2 and 20.04.1
+ validations:
+ required: true
+ - type: textarea
+ id: playbook
+ attributes:
+ label: Playbook Used
+ description: Enter the playbook used to run the module or component.
+ validations:
+ required: true
+ - type: textarea
+ id: files
+ attributes:
+ label: Logs
+ description: Copy any relevant log output here or drop the log files in the text area.
+ Please be sure to remove all sensitive data such as IP addresses, host names, credentials, etc.
+ validations:
+ required: true
+ - type: textarea
+ id: steps
+ attributes:
+ label: Steps to Reproduce
+ description: Provide the steps to reproduce this bug.
+ validations:
+ required: true
+ - type: textarea
+ id: expected
+ attributes:
+ label: Expected Behavior
+ description: Enter the clear and concise description about the expected behaviour.
+ validations:
+ required: true
+ - type: textarea
+ id: actual
+ attributes:
+ label: Actual Behavior
+ description: Enter the clear and concise description about the actual behaviour.
+ validations:
+ required: true
+ - type: textarea
+ id: screenshots
+ attributes:
+ label: Screenshots
+ description: Drop any relevant screenshots in the text area.
+ validations:
+ required: false
+ - type: input
+ id: ainfo
+ attributes:
+ label: Additional Information
+ description: Provide any additional information about the bug.
+ validations:
+ required: false
+ - 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
diff --git a/ansible_collections/dellemc/openmanage/.github/ISSUE_TEMPLATE/config.yml b/ansible_collections/dellemc/openmanage/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 000000000..45c176dac
--- /dev/null
+++ b/ansible_collections/dellemc/openmanage/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,5 @@
+blank_issues_enabled: false
+contact_links:
+ - name: OpenManageAnsible mailing list
+ alias: OpenManageAnsible@Dell.com
+ about: Please use OpenManageAnsible contact for questions and queries.
diff --git a/ansible_collections/dellemc/openmanage/.github/ISSUE_TEMPLATE/feature_request.md b/ansible_collections/dellemc/openmanage/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 000000000..55a533962
--- /dev/null
+++ b/ansible_collections/dellemc/openmanage/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,23 @@
+---
+name: 🚀 Feature Request
+about: Suggest an idea for this project
+title: "[FEATURE]:"
+labels: type/feature-request, needs-triage
+assignees: ''
+---
+**Describe the solution you'd like**
+Provide a clear and concise description about the new feature request.
+
+**Describe alternatives you've considered**
+Provide a clear and concise description of any alternative solutions or features that you have considered.
+
+**Additional context**
+Describe any relevant context or add any relevant screenshots about the feature request.
+
+**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