Merge pull request #2374 from dannycolin/add-bug-template
Fix rendering for Troubleshooting info section
This commit is contained in:
commit
af73c1a401
1 changed files with 8 additions and 8 deletions
16
.github/ISSUE_TEMPLATE/bug.yml
vendored
16
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
@ -11,13 +11,6 @@ body:
|
||||||
required: true
|
required: true
|
||||||
- label: "I searched for existing reports to see if it hasn\'t already been reported"
|
- label: "I searched for existing reports to see if it hasn\'t already been reported"
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
|
||||||
id: about_support
|
|
||||||
attributes:
|
|
||||||
label: "Provide a copy of Troubleshooting Information page"
|
|
||||||
description: "To get a copy of the Troubleshooting Information page, type *about:support* in the address bar and click on the *Copy text to clipboard* button."
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: step_to_reproduce
|
id: step_to_reproduce
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -50,4 +43,11 @@ body:
|
||||||
description: "Provide any other information revelant to this issue"
|
description: "Provide any other information revelant to this issue"
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
- type: textarea
|
||||||
|
id: about_support
|
||||||
|
attributes:
|
||||||
|
label: "Provide a copy of Troubleshooting Information page"
|
||||||
|
description: "To get a copy of the Troubleshooting Information page, type *about:support* in the address bar and click on the *Copy text to clipboard* button."
|
||||||
|
render: "plain text"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue