Skip to content

Commit

Permalink
yaml template
Browse files Browse the repository at this point in the history
  • Loading branch information
guytavor authored Aug 9, 2022
1 parent 00127c3 commit 23d42c6
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 38 deletions.
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

85 changes: 85 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
name: Bug Report
description: "Found a bug? Help us by reporting it, we'd love if you'd first take a look through our open issues, to make sure the issue isn't already filed."
body:
- type: textarea
id: "describe-the-bug"
attributes:
label: "Describe the bug"
description: "A clear and concise description of what the bug is."
placeholder: Tell us what you see.
validations:
required: true
- type: textarea
id: "to-reproduce"
attributes:
label: "To Reproduce"
description: "Bug reports with clear reproduction will get prioritized higher and addressed more quickly."
placeholder: "Steps to reproduce: 1. Go to '...' 2. Click on '...' 3. Scroll down to '...' 4. See error '...'"
validations:
required: true
- type: textarea
id: "expected-behaviour"
attributes:
label: "Expected behaviour"
description: "A clear and concise description of what you expected to happen."
placeholder: Tell us what you expect to see.
validations:
required: false
- type: dropdown
id: "blocker"
attributes:
label: "Does this block you from using Wip daily?"
description: "All feedback will be reviewed, even if you select 'No'."
multiple: false
options:
- "Yes"
- "No"
validations:
required: true
- type: textarea
id: "screenshots"
attributes:
label: "Screenshots"
description: "If applicable, add screenshots to help explain your problem. While optional, screenshots can help expedite the time in which your bug is addressed."
validations:
required: false
- type: dropdown
id: "os"
attributes:
label: "Operating System"
multiple: false
options:
- MacOS
# - Windows
# - Linux
validations:
required: false
- type: input
id: "os-version"
attributes:
label: "OS Version"
description: "For example, `12.5`."
validations:
required: true
- type: input
id: "git-version"
attributes:
label: "Git Version"
description: "For example, `2.37.1` e.g. Run `git --version`"
validations:
required: true
- type: input
id: "wip-version"
attributes:
label: "Wip Version"
description: "Run `wip version` and paste here"
validations:
required: true
- type: textarea
id: "additional-context"
attributes:
label: "Additional context"
description: "Add any other context about the problem here."
validations:
required: false

0 comments on commit 23d42c6

Please sign in to comment.