Skip to content

Commit

Permalink
issue_test
Browse files Browse the repository at this point in the history
  • Loading branch information
Oest1980 committed Jun 11, 2024
1 parent 96b2984 commit d270051
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/workflows/ISSUE_TEMPLATE/bug_report_1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: Bug Report
description: Open a bug issue
title: "[Bug]: "
labels: ["bug"]
assignees: ""
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: input
id: version
attributes:
label: Version
description: What version of the program where you running?
validations:
required: true
- type: textarea
id: summary
attributes:
label: What happened?
description: Summarize the bug encountered concisely
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: How to reproduce the bug?
description: Summarize the steps to encounter the bug
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell

0 comments on commit d270051

Please sign in to comment.