Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "/home/runner/work/cookiecutter-scverse/cookiecutter-scverse",
"commit": "cb2be913accc358eb46f97f5b47a50693b24cc56",
"commit": "34edcf77dd2ea37aff93e2805aca70be924f0cba",
"checkout": null,
"context": {
"cookiecutter": {
Expand All @@ -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",
Expand All @@ -36,7 +37,7 @@
"trim_blocks": true
},
"_template": "/home/runner/work/cookiecutter-scverse/cookiecutter-scverse",
"_commit": "cb2be913accc358eb46f97f5b47a50693b24cc56"
"_commit": "34edcf77dd2ea37aff93e2805aca70be924f0cba"
}
},
"directory": null
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Bug report
description: Report something that is broken or incorrect
type: Bug
labels: bug
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down