Skip to content

Commit aa4a7f1

Browse files
authored
Format issue templates (#294)
1 parent ce18ad2 commit aa4a7f1

2 files changed

Lines changed: 16 additions & 11 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,21 @@ about: Create a bug report to help us improve
44
title: ''
55
labels: bug
66
assignees: ''
7-
87
---
98

10-
**Description**
9+
# Description
10+
1111
A clear description of what the bug is.
1212

13-
**Instructions to reproduce the bug**
13+
# Instructions to reproduce the bug
14+
1415
A clear explanation of how to reproduce the bug.
1516

16-
**Environment information:**
17-
- Tagref version: [e.g., 0.0.0]
18-
- OS: [e.g., macOS Tahoe 26.4]
17+
# Environment information:
18+
19+
- Tagref version: [e.g., 0.0.0]
20+
- OS: [e.g., macOS Tahoe 26.4]
21+
22+
# Additional context
1923

20-
**Additional context**
2124
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@ about: Suggest an idea for a new feature
44
title: ''
55
labels: enhancement
66
assignees: ''
7-
87
---
98

10-
**Description**
9+
# Description
10+
1111
A clear description of what you want to happen.
1212

13-
**Alternatives considered**
13+
# Alternatives considered
14+
1415
A clear description of any alternative solutions or features you've considered.
1516

16-
**Additional context**
17+
# Additional context
18+
1719
Add any other context about the feature request here.

0 commit comments

Comments
 (0)