Skip to content

Commit

Permalink
use issue types instead of labels
Browse files Browse the repository at this point in the history
  • Loading branch information
baszoetekouw committed Jan 23, 2025
1 parent 06b03ae commit 78454e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/01-story-template.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: User Story
description: Use this template for new user stories.
title: "As a [role], I want to [goal] so that [reason]"

type: "feature"
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/02-bug-template.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Bug Report
description: Use this template to report a bug in the system.
title: "[Bug] "
labels: ["bug"]
type: "bug"
body:
- type: markdown
attributes:
Expand Down

0 comments on commit 78454e9

Please sign in to comment.