Feat: Add config yaml to section for reprod in bug-report.yaml (#667)
Browse files* Update bug-report.yaml
* Update bug-report.yaml
* Update bug-report.yaml
.github/ISSUE_TEMPLATE/bug-report.yaml
CHANGED
|
@@ -53,6 +53,13 @@ body:
|
|
| 53 |
validations:
|
| 54 |
required: true
|
| 55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
- type: textarea
|
| 57 |
id: possible-solution
|
| 58 |
attributes:
|
|
|
|
| 53 |
validations:
|
| 54 |
required: true
|
| 55 |
|
| 56 |
+
- type: textarea
|
| 57 |
+
id: config
|
| 58 |
+
attributes:
|
| 59 |
+
label: Config yaml
|
| 60 |
+
description: |
|
| 61 |
+
Please attach the config yaml!
|
| 62 |
+
|
| 63 |
- type: textarea
|
| 64 |
id: possible-solution
|
| 65 |
attributes:
|