Skip to content

Commit f9b5e3a

Browse files
authored
Add configuration field (#462)
1 parent ad58a21 commit f9b5e3a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@ body:
7272
- Other
7373
validations:
7474
required: true
75+
- type: textarea
76+
id: config
77+
attributes:
78+
label: Configuration file
79+
description: Provide the contents of the configuration file used when you had the issue
80+
validations:
81+
required: true
7582
- type: textarea
7683
id: info
7784
attributes:

0 commit comments

Comments
 (0)