diff --git a/.cruft.json b/.cruft.json index dccf073..c506121 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "/home/runner/work/cookiecutter-scverse/cookiecutter-scverse", - "commit": "cb2be913accc358eb46f97f5b47a50693b24cc56", + "commit": "34edcf77dd2ea37aff93e2805aca70be924f0cba", "checkout": null, "context": { "cookiecutter": { @@ -13,6 +13,7 @@ "github_repo": "cookiecutter-scverse-instance", "license": "BSD 3-Clause License", "ide_integration": true, + "issue_categorization": "labels", "_copy_without_render": [ ".github/workflows/build.yaml", ".github/workflows/test.yaml", @@ -36,7 +37,7 @@ "trim_blocks": true }, "_template": "/home/runner/work/cookiecutter-scverse/cookiecutter-scverse", - "_commit": "cb2be913accc358eb46f97f5b47a50693b24cc56" + "_commit": "34edcf77dd2ea37aff93e2805aca70be924f0cba" } }, "directory": null diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 6104b9e..cc32eda 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: Bug report description: Report something that is broken or incorrect -type: Bug +labels: bug body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index e9a58c2..3466756 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,6 @@ name: Feature request description: Propose a new feature for cookiecutter-scverse-instance -type: Enhancement +labels: enhancement body: - type: textarea id: description