Skip to content

Commit de8eeae

Browse files
authored
Merge pull request #1256 from containers/remove-more-values
Deleting default values for bug reports
2 parents fb9bc73 + 441ede9 commit de8eeae

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,39 +12,34 @@ body:
1212
attributes:
1313
label: Issue Description
1414
description: Please explain your issue
15-
value: "Describe your issue"
1615
validations:
1716
required: true
1817
- type: textarea
1918
id: reproducer
2019
attributes:
2120
label: Steps to reproduce the issue
2221
description: Please explain the steps to reproduce the issue
23-
value: "Steps to reproduce the issue\n1.\n2.\n3.\n"
2422
validations:
2523
required: true
2624
- type: textarea
2725
id: received_results
2826
attributes:
2927
label: Describe the results you received
3028
description: Please explain the results you are noticing
31-
value: "Describe the results you received"
3229
validations:
3330
required: true
3431
- type: textarea
3532
id: expected_results
3633
attributes:
3734
label: Describe the results you expected
3835
description: Please explain the results you are expecting
39-
value: "Describe the results you expected"
4036
validations:
4137
required: true
4238
- type: textarea
4339
id: ramalama_info
4440
attributes:
4541
label: ramalama info output
4642
description: Please copy and paste ramalama info output.
47-
value: If you are unable to run ramalama info for any reason, please provide the ramalama version, operating system and its version and the architecture you are running.
4843
render: yaml
4944
validations:
5045
required: true
@@ -63,12 +58,10 @@ body:
6358
attributes:
6459
label: Additional environment details
6560
description: Please describe any additional environment details like (AWS, VirtualBox,...)
66-
value: "Additional environment details"
6761
- type: textarea
6862
id: additional_info
6963
attributes:
7064
label: Additional information
7165
description: Please explain the additional information you deem important
72-
value: "Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting"
7366
validations:
7467
required: false

0 commit comments

Comments
 (0)