Skip to content

Commit

Permalink
Merge pull request #52 from compolabs/bug-report-template
Browse files Browse the repository at this point in the history
added bug report template
  • Loading branch information
chlenc authored Dec 9, 2024
2 parents 2eb4c01 + 2176a5d commit 15419b9
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: Bug Report
description: Use this template to report a bug.
title: "[BUG] Title of the bug"
labels: ["bug", "needs triage"]
body:
- type: markdown
attributes:
value: |
**Please fill out the following details:**
- type: input
id: summary
attributes:
label: Brief summary of the issue
description: A short description of the bug.
placeholder: Describe the bug in one or two sentences.
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to Reproduce
description: Provide the steps to reproduce the bug.
placeholder: Step 1, Step 2, ...
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: What did you expect to happen?
validations:
required: true
- type: textarea
id: actual
attributes:
label: Actual Behavior
description: What actually happened?
validations:
required: true

0 comments on commit 15419b9

Please sign in to comment.