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