Skip to content

Commit 89fd85d

Browse files
committed
cicd: simplify the bug report template
1 parent b817fc9 commit 89fd85d

File tree

1 file changed

+4
-31
lines changed

1 file changed

+4
-31
lines changed

.github/ISSUE_TEMPLATE/01_bug_report.yml

Lines changed: 4 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ body:
1414
attributes:
1515
label: Is this a template issue or generated project issue?
1616
options:
17-
- Template (generation, hooks, scripts)
18-
- Generated Project (nox, dependencies, tooling)
17+
- Template/Cookiecutter
18+
- Generated Project
1919
validations:
2020
required: true
2121

@@ -34,26 +34,8 @@ body:
3434
attributes:
3535
label: Steps to Reproduce
3636
description: How can we reproduce this issue?
37-
value: |
38-
1.
39-
2.
40-
3.
41-
validations:
42-
required: true
43-
44-
- type: textarea
45-
id: expected_behavior
46-
attributes:
47-
label: Expected Behavior
48-
description: What did you expect to happen?
49-
validations:
50-
required: true
51-
52-
- type: textarea
53-
id: actual_behavior
54-
attributes:
55-
label: Actual Behavior
56-
description: What actually happened?
37+
placeholder: |
38+
Either a minimum reproducible example or detailed steps.
5739
validations:
5840
required: true
5941

@@ -70,15 +52,6 @@ body:
7052
validations:
7153
required: true
7254

73-
- type: textarea
74-
id: logs
75-
attributes:
76-
label: Relevant Logs/Output
77-
description: Please paste any relevant error messages or logs
78-
render: shell
79-
validations:
80-
required: false
81-
8255
- type: textarea
8356
id: additional
8457
attributes:

0 commit comments

Comments
 (0)