mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update bug_report.yml
This commit is contained in:
parent
8dbb13edd4
commit
e8886fa711
1 changed files with 3 additions and 2 deletions
5
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
5
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -2,19 +2,20 @@ name: Bug Report
|
||||||
about: Create a report to help us improve
|
about: Create a report to help us improve
|
||||||
|
|
||||||
inputs:
|
inputs:
|
||||||
- type: description
|
|
||||||
|
|
||||||
|
- type: description
|
||||||
attributes:
|
attributes:
|
||||||
preview_only: true
|
preview_only: true
|
||||||
value: |
|
value: |
|
||||||
Verify first that your issue is not already reported on [GitHub](https://github.com/ansible-collections/community.general/labels/bug)
|
Verify first that your issue is not already reported on [GitHub](https://github.com/ansible-collections/community.general/labels/bug)
|
||||||
Also test if the latest release and devel branch are affected too
|
Also test if the latest release and devel branch are affected too
|
||||||
Complete *all* sections as described, this form is processed automatically
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: OVERVIEW
|
label: OVERVIEW
|
||||||
description: 'Explain the problem briefly below'
|
description: 'Explain the problem briefly below'
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: SUMMARY
|
label: SUMMARY
|
||||||
|
|
Loading…
Reference in a new issue