From 0628f6cb1745cf8023cf5f9b25aa408abaee9e32 Mon Sep 17 00:00:00 2001 From: Samuel Hassine Date: Sun, 7 Jun 2026 17:28:00 +0200 Subject: [PATCH] chore: finalize issue templates (scoped titles + ordering) (#33) --- .github/ISSUE_TEMPLATE/{bug_report.md => 1-bug_report.md} | 2 +- .../ISSUE_TEMPLATE/{feature_request.md => 2-feature_request.md} | 2 +- .github/ISSUE_TEMPLATE/{question.md => 3-question.md} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename .github/ISSUE_TEMPLATE/{bug_report.md => 1-bug_report.md} (92%) rename .github/ISSUE_TEMPLATE/{feature_request.md => 2-feature_request.md} (93%) rename .github/ISSUE_TEMPLATE/{question.md => 3-question.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/1-bug_report.md similarity index 92% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/1-bug_report.md index bb37942..6eaf1cd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/1-bug_report.md @@ -1,7 +1,7 @@ --- name: Bug report about: Create a bug report to help us improve the Filigran FIPS base image -title: 'fix: ' +title: 'fix(scope): ' labels: needs triage, bug assignees: '' type: bug diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/2-feature_request.md similarity index 93% rename from .github/ISSUE_TEMPLATE/feature_request.md rename to .github/ISSUE_TEMPLATE/2-feature_request.md index c09c5af..5a02e3f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/2-feature_request.md @@ -1,7 +1,7 @@ --- name: Feature request about: Suggest a new feature or capability for the Filigran FIPS base image -title: 'feat: ' +title: 'feat(scope): ' labels: needs triage, feature assignees: '' type: feature diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/3-question.md similarity index 100% rename from .github/ISSUE_TEMPLATE/question.md rename to .github/ISSUE_TEMPLATE/3-question.md