mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 20:22:53 -06:00
Fix 'steps to reproduce' placeholder and required fields
This commit is contained in:
parent
a72911b527
commit
03054b88aa
8
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
8
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@ -35,10 +35,6 @@ body:
|
|||||||
1. Click on "create widget"
|
1. Click on "create widget"
|
||||||
2. Set foo to 12 and bar to G
|
2. Set foo to 12 and bar to G
|
||||||
3. Click the "create" button
|
3. Click the "create" button
|
||||||
value: |
|
|
||||||
1.
|
|
||||||
2.
|
|
||||||
3.
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
@ -46,8 +42,12 @@ body:
|
|||||||
label: Expected Behavior
|
label: Expected Behavior
|
||||||
description: "What did you expect to happen?"
|
description: "What did you expect to happen?"
|
||||||
placeholder: "A new widget should have been created with the specified attributes"
|
placeholder: "A new widget should have been created with the specified attributes"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Observed Behavior
|
label: Observed Behavior
|
||||||
description: "What happened instead?"
|
description: "What happened instead?"
|
||||||
placeholder: "A TypeError exception was raised"
|
placeholder: "A TypeError exception was raised"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
Loading…
Reference in New Issue
Block a user