Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
Update and rename bug_report.md to bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PSGitHubUser1 authored Jan 15, 2023
1 parent 0a45fd7 commit 4785a0a
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 38 deletions.
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name: Bug report
description: Create a report to help us improve (search for duplicates first)
labels: bug
body:
- type: textarea
attributes:
label: Issue description
description: Explain clearly and unambiguously what went wrong
placeholder: |
Tell us here about the bug/problem
validations:
required: true
- type: textarea
attributes:
label: How to reproduce this issue?
description: Try to explain what you did for the bug to occur. A good explanation of steps to reproduce helps us locate the bug faster. If applicable, add screenshots to help explain your problem.
placeholder: |
Step 1: ...
Step 2: ...
...
validations:
required: true
- type: textarea
attributes:
label: Details
description: To understand the issue, we need some details of your setup & system
placeholder: |
Version: v1.12.2 / v1.9 ...]
validations:
required: true
- type: textarea
attributes:
label: Logs
description:
placeholder: |
[example_log.txt / example_log.md ...]
validations:
required: false
- type: checkboxes
attributes:
label: Issue tracker rule checks (please read carefully)
options:
- label: "I have checked that my problem <a href='https://github.com/builtbybel/ThisIsWin11/issues' target='_blank'>is not already reported</a>"
required: true
- label: "I have checked that my problem is not already fixed"
required: true

0 comments on commit 4785a0a

Please sign in to comment.