Skip to content

Commit 6858dd0

Browse files
committed
Improve GitHub templates; Streamline REUSE licenses
- Remove in-file SPDX from GitHub templates, as they appear in the UI and are annoying. Move them to REUSE.toml instead. - Remove .license files for .vscode JSONs.
1 parent 888cdf7 commit 6858dd0

6 files changed

Lines changed: 9 additions & 34 deletions

File tree

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
<!--
2-
SPDX-FileCopyrightText: 2025 Alexandre Gomes Gaigalas <alganet@gmail.com>
3-
4-
SPDX-License-Identifier: ISC
5-
-->
61
---
72
name: Bug Report
83
about: Report a bug
@@ -20,5 +15,6 @@ Steps to reproduce.
2015
What should happen.
2116

2217
**Environment**
23-
- OS:
24-
- Python version:
18+
- OS:
19+
- Python version:
20+
- apywire version:

.github/ISSUE_TEMPLATES/feature_request.md renamed to .github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
<!--
2-
SPDX-FileCopyrightText: 2025 Alexandre Gomes Gaigalas <alganet@gmail.com>
3-
4-
SPDX-License-Identifier: ISC
5-
-->
61
---
72
name: Feature Request
83
about: Suggest a new feature
@@ -17,4 +12,4 @@ Describe the problem.
1712
What do you want to happen.
1813

1914
**Alternatives**
20-
Any alternatives considered.
15+
Any alternatives considered.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,7 @@
1-
<!--
2-
SPDX-FileCopyrightText: 2025 Alexandre Gomes Gaigalas <alganet@gmail.com>
3-
4-
SPDX-License-Identifier: ISC
5-
-->
6-
## Description
7-
8-
Brief description of changes.
9-
101
## Type of Change
112

123
- [ ] Bug fix
134
- [ ] Refactoring
145
- [ ] New feature
156
- [ ] Breaking change
167
- [ ] Documentation update
17-
18-
## Checklist
19-
20-
- [ ] Descriptive and concise commit message and PR details
21-
- [ ] Docstrings updated
22-
- [ ] Documentation updated

.vscode/extensions.json.license

Lines changed: 0 additions & 3 deletions
This file was deleted.

.vscode/settings.json.license

Lines changed: 0 additions & 3 deletions
This file was deleted.

REUSE.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ precedence = "aggregate"
1616
SPDX-FileCopyrightText = "2025 Alexandre Gomes Gaigalas <alganet@gmail.com>"
1717
SPDX-License-Identifier = "ISC"
1818

19+
[[annotations]]
20+
path = [ ".vscode/**", ".github/PULL_REQUEST_TEMPLATE.md", ".github/ISSUE_TEMPLATE/**" ]
21+
SPDX-FileCopyrightText = "2025 Alexandre Gomes Gaigalas <alganet@gmail.com>"
22+
SPDX-License-Identifier = "ISC"
23+

0 commit comments

Comments
 (0)