Skip to content

Commit d200157

Browse files
committed
chore: reinstate SPDX headers in issue templates
1 parent e973ed5 commit d200157

2 files changed

Lines changed: 26 additions & 15 deletions

File tree

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
title: ''
5-
labels: ''
6-
assignees: ''
7-
4+
title: ""
5+
labels: ""
6+
assignees: ""
87
---
98

9+
<!--
10+
SPDX-License-Identifier: MIT
11+
SPDX-FileCopyrightText: 2025 Alexander Minges
12+
-->
13+
1014
**Describe the bug**
1115
A clear and concise description of what the bug is.
1216

1317
**To Reproduce**
1418
Steps to reproduce the behavior:
19+
1520
1. Go to '...'
1621
2. Click on '....'
1722
3. Scroll down to '....'
@@ -24,15 +29,17 @@ A clear and concise description of what you expected to happen.
2429
If applicable, add screenshots to help explain your problem.
2530

2631
**Desktop (please complete the following information):**
27-
- OS: [e.g. iOS]
28-
- Browser [e.g. chrome, safari]
29-
- Version [e.g. 22]
32+
33+
- OS: [e.g. iOS]
34+
- Browser [e.g. chrome, safari]
35+
- Version [e.g. 22]
3036

3137
**Smartphone (please complete the following information):**
32-
- Device: [e.g. iPhone6]
33-
- OS: [e.g. iOS8.1]
34-
- Browser [e.g. stock browser, safari]
35-
- Version [e.g. 22]
38+
39+
- Device: [e.g. iPhone6]
40+
- OS: [e.g. iOS8.1]
41+
- Browser [e.g. stock browser, safari]
42+
- Version [e.g. 22]
3643

3744
**Additional context**
3845
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
---
22
name: Feature request
33
about: Suggest an idea for this project
4-
title: ''
5-
labels: ''
6-
assignees: ''
7-
4+
title: ""
5+
labels: ""
6+
assignees: ""
87
---
98

9+
<!--
10+
SPDX-License-Identifier: MIT
11+
SPDX-FileCopyrightText: 2025 Alexander Minges
12+
-->
13+
1014
**Is your feature request related to a problem? Please describe.**
1115
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
1216

0 commit comments

Comments
 (0)