Skip to content

Commit

Permalink
Add customer reference field to bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens authored May 22, 2024
1 parent c38add7 commit 53a8c84
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ body:
placeholder: "1.1.0"
validations:
required: true
- type: input
id: customer-reference
attributes:
label: Customer reference
description: Om welke klant/instantie gaat het? Which customer/instance is affected?
placeholder: "Taiga Maykin #123"
validations:
required: false
- type: textarea
id: what-happened
attributes:
Expand Down

0 comments on commit 53a8c84

Please sign in to comment.