Skip to content

Commit

Permalink
chore: bugs issue template (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
Llandy3d authored Sep 24, 2024
1 parent 8d46f40 commit 951b04c
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: Bug report
description: Use this template for reporting bugs. Please search existing issues first.
labels: bug
body:
- type: textarea
attributes:
label: Brief summary
validations:
required: true
- type: markdown
attributes:
value: '## Environment'
- type: input
attributes:
label: k6 Studio version
validations:
required: true
- type: input
attributes:
label: OS
description: e.g. Windows 10, Arch Linux, macOS 11, etc.
validations:
required: true
- type: markdown
attributes:
value: '## Detailed issue description'
- type: textarea
attributes:
label: Steps to reproduce the problem
validations:
required: true
- type: textarea
attributes:
label: Expected behaviour
validations:
required: true
- type: textarea
attributes:
label: Actual behaviour
validations:
required: true

0 comments on commit 951b04c

Please sign in to comment.