Skip to content

Commit 59de02b

Browse files
authored
Update issue templates
1 parent e1f378a commit 59de02b

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,24 @@ A clear and concise description of what the bug is.
1212

1313
## Code snippet that caused the issue
1414

15-
## Expected behaviour
15+
```
16+
spark.read
17+
.format("cobol")
18+
```
19+
20+
## Expected behavior
1621
A clear and concise description of what you expected to happen.
1722

1823
## Context
19-
- Cobrix version
20-
- Spark version
21-
- Scala version
22-
- Operating system
24+
- Cobrix version:
25+
- Spark version:
26+
- Scala version:
27+
- Operating system:
2328

2429
## Copybook (if possible)
2530
```
2631
01 RECORD.
2732
05 FIELD1 PIC S9(4).
2833
```
2934

30-
Attach a small data file that can help reproducing the issue, if possible.
35+
Attach a small data file that can help reproduce the issue, if possible.

0 commit comments

Comments
 (0)