Skip to content

Commit b0a38ea

Browse files
committed
Update issue templates
1 parent c330732 commit b0a38ea

File tree

2 files changed

+83
-0
lines changed

2 files changed

+83
-0
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
name: Formatting bug
3+
about: Report a bug in the formatting logic
4+
title: ''
5+
labels: bug
6+
assignees: mdwint
7+
8+
---
9+
10+
## Describe the bug
11+
12+
<!--
13+
Provide a clear and concise description of what the bug is.
14+
-->
15+
16+
17+
## Reproducible example
18+
19+
<!--
20+
Provide a changelog that triggers the bug. Try to reduce this example to its essence.
21+
-->
22+
23+
### Input changelog
24+
25+
```markdown
26+
# Changelog
27+
...
28+
```
29+
30+
### Error message (if applicable)
31+
32+
```
33+
ERROR: ...
34+
```
35+
36+
### Actual (wrong) output
37+
38+
```markdown
39+
# Changelog
40+
...
41+
```
42+
43+
### Expected output
44+
45+
```markdown
46+
# Changelog
47+
...
48+
```
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: Formatting enhancement
3+
about: Request an enhancement to the formatter
4+
title: ''
5+
labels: enhancement
6+
assignees: mdwint
7+
8+
---
9+
10+
## Describe the enhancement
11+
12+
<!--
13+
Provide a clear and concise description of what you want to happen.
14+
-->
15+
16+
17+
## Example
18+
19+
<!--
20+
Provide a changelog to be formatted. Try to reduce this example to its essence.
21+
-->
22+
23+
### Input changelog
24+
25+
```markdown
26+
# Changelog
27+
...
28+
```
29+
30+
### Expected output
31+
32+
```markdown
33+
# Changelog
34+
...
35+
```

0 commit comments

Comments
 (0)