From 5a89be62382782daf7e748fb6a09c3ba5d5fc68d Mon Sep 17 00:00:00 2001 From: doprz <52579214+doprz@users.noreply.github.com> Date: Tue, 27 May 2025 21:53:42 -0500 Subject: [PATCH] chore: update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 5 +++-- .github/ISSUE_TEMPLATE/feature_request.md | 5 +++-- .../ISSUE_TEMPLATE/updating-build-dependencies.md | 12 ++++++++++++ 3 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/updating-build-dependencies.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 33c99294..6a9ed57a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,9 +1,10 @@ --- name: Bug report about: Create a report to help us improve -title: '[BUG] ' -labels: 'bug' +title: "[BUG] " +labels: '' assignees: '' + --- **Pre-submission Checklist** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 8ea56876..66e298f7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,9 +1,10 @@ --- name: Feature Request about: Suggest an idea for this project -title: '[FEATURE] ' -labels: 'feature' +title: "[FEATURE] " +labels: feature assignees: '' + --- **Pre-submission Checklist** diff --git a/.github/ISSUE_TEMPLATE/updating-build-dependencies.md b/.github/ISSUE_TEMPLATE/updating-build-dependencies.md new file mode 100644 index 00000000..655ad78f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/updating-build-dependencies.md @@ -0,0 +1,12 @@ +--- +name: Updating Build Dependencies +about: Updating Build Dependencies +title: '' +labels: build, dependencies +assignees: Razboy20, doprz + +--- + +[ ] - Update Nix Flake +[ ] - Update Dockerfile +[ ] - Update Docs