Skip to content

Commit b0ab291

Browse files
authored
chore: add in issue template (#475)
1 parent 3e60404 commit b0ab291

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
name: Bug Report
2+
description: Create a bug report for Scala 2 or reports. For Scala 3 issues please report to https://github.com/lampepfl/dotty.
3+
body:
4+
- type: textarea
5+
id: what-happened
6+
attributes:
7+
label: Describe the bug
8+
description: A clear and concise description of what the bug is.
9+
placeholder: |
10+
Description ...
11+
12+
Reproduction steps
13+
1. Go to ...
14+
2. Click on ...
15+
3. Scroll down to ...
16+
4. See error
17+
validations:
18+
required: true
19+
20+
- type: textarea
21+
id: expectation
22+
attributes:
23+
label: Expected behavior
24+
description: A clear and concise description of what you expected to happen.
25+
26+
- type: dropdown
27+
id: build-tool
28+
attributes:
29+
label: What build tool are you using?
30+
options:
31+
- sbt
32+
- Mill
33+
- Gradle
34+
- Maven
35+
- Other
36+
validations:
37+
required: true
38+
39+
- type: input
40+
id: version
41+
attributes:
42+
label: Version of scoverage
43+
placeholder: v2.0.0
44+
validations:
45+
required: true

0 commit comments

Comments
 (0)