Skip to content

Commit

Permalink
Update bug report issue template
Browse files Browse the repository at this point in the history
Automatically assign the correct issue type and remove the bug label.
  • Loading branch information
sergei-maertens authored Jan 24, 2025
1 parent 19a3c8a commit 1658eca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
name: Probleem melden / Bug report
description: Meldt een probleem om ons te helpen verbeteren / Create a report to help us improve
title: "Title here"
labels: ["bug", "triage"]
type: "Bug"
labels: ["triage"]
assignees: []
body:
- type: input
id: product-version
attributes:
label: Product versie / Product version
description: Welke versie gebruikt u? / Which version do you use?
placeholder: "1.1.0"
placeholder: "3.0.0"
validations:
required: true
- type: input
Expand Down

0 comments on commit 1658eca

Please sign in to comment.