Skip to content

Commit

Permalink
Create bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
auribuo authored Nov 1, 2024
1 parent b122284 commit adb17bd
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions .github/ISSUE_TEMPLATE/01-bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
name: Bug Report
description: Report a bug you encountered
labels:
- bug
title: [BUG]
body:
- type: markdown
attributes:
value: |
"## Before getting started complete these tasks"
- type: checkboxes
id: required-tasks
attributes:
description: Please complete these first
options:
- label: I have checked there are no other issues reporting this bug
required: true
- type: markdown
attributes:
value: "## Please fill out the follwing required fields"
- type: textarea
id: issue
attributes:
label: What happened
description: Let us know what the issue is you encountered
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected outcome
description: What did you expect to happen / What did you want to do
validations:
required: true
- type: markdown
attributes:
value: "## If possible please provide also the following bits of information"
- type: textarea
id: logs
attributes:
label: Logs / Stack traces
description: Add logs or stack traces emitted by Apisense. (Gets auto-formatted as a code block for you)
render: true
- type: markdown
attributes:
value: "### System information"
- type: input
id: version
attributes:
label: Apisense version
- type: dropdown
id: platform
attributes:
label: The platform you encountered the bug on
description: Multiple selections are possible
options:
- Linux
- MacOS
- Windows

0 comments on commit adb17bd

Please sign in to comment.