From eccdc521b3f1cb7655ab53caccc05d9403c6e336 Mon Sep 17 00:00:00 2001 From: Alexandre Gomes Gaigalas Date: Wed, 28 Jan 2026 16:20:51 -0300 Subject: [PATCH] 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. --- .../bug_report.md | 10 +++------- .../feature_request.md | 7 +------ .github/PULL_REQUEST_TEMPLATE.md | 15 --------------- .vscode/extensions.json.license | 3 --- .vscode/settings.json.license | 3 --- REUSE.toml | 5 +++++ 6 files changed, 9 insertions(+), 34 deletions(-) rename .github/{ISSUE_TEMPLATES => ISSUE_TEMPLATE}/bug_report.md (62%) rename .github/{ISSUE_TEMPLATES => ISSUE_TEMPLATE}/feature_request.md (63%) delete mode 100644 .vscode/extensions.json.license delete mode 100644 .vscode/settings.json.license diff --git a/.github/ISSUE_TEMPLATES/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 62% rename from .github/ISSUE_TEMPLATES/bug_report.md rename to .github/ISSUE_TEMPLATE/bug_report.md index 58d3519..b022aed 100644 --- a/.github/ISSUE_TEMPLATES/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,8 +1,3 @@ - --- name: Bug Report about: Report a bug @@ -20,5 +15,6 @@ Steps to reproduce. What should happen. **Environment** -- OS: -- Python version: \ No newline at end of file +- OS: +- Python version: +- apywire version: diff --git a/.github/ISSUE_TEMPLATES/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md similarity index 63% rename from .github/ISSUE_TEMPLATES/feature_request.md rename to .github/ISSUE_TEMPLATE/feature_request.md index 23a2c87..f9184b3 100644 --- a/.github/ISSUE_TEMPLATES/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,8 +1,3 @@ - --- name: Feature Request about: Suggest a new feature @@ -17,4 +12,4 @@ Describe the problem. What do you want to happen. **Alternatives** -Any alternatives considered. \ No newline at end of file +Any alternatives considered. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9247d72..a6a3e0f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,12 +1,3 @@ - -## Description - -Brief description of changes. - ## Type of Change - [ ] Bug fix @@ -14,9 +5,3 @@ Brief description of changes. - [ ] New feature - [ ] Breaking change - [ ] Documentation update - -## Checklist - -- [ ] Descriptive and concise commit message and PR details -- [ ] Docstrings updated -- [ ] Documentation updated diff --git a/.vscode/extensions.json.license b/.vscode/extensions.json.license deleted file mode 100644 index 2b1a571..0000000 --- a/.vscode/extensions.json.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2025 Alexandre Gomes Gaigalas - -SPDX-License-Identifier: ISC diff --git a/.vscode/settings.json.license b/.vscode/settings.json.license deleted file mode 100644 index 2b1a571..0000000 --- a/.vscode/settings.json.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2025 Alexandre Gomes Gaigalas - -SPDX-License-Identifier: ISC diff --git a/REUSE.toml b/REUSE.toml index 790eaf3..97bb5dc 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -16,3 +16,8 @@ precedence = "aggregate" SPDX-FileCopyrightText = "2025 Alexandre Gomes Gaigalas " SPDX-License-Identifier = "ISC" +[[annotations]] +path = [ ".vscode/**", ".github/PULL_REQUEST_TEMPLATE.md", ".github/ISSUE_TEMPLATE/**" ] +SPDX-FileCopyrightText = "2025 Alexandre Gomes Gaigalas " +SPDX-License-Identifier = "ISC" +