Skip to content

Commit

Permalink
update issues templates
Browse files Browse the repository at this point in the history
  • Loading branch information
tuplle committed Jan 13, 2024
1 parent 4764756 commit a863680
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 55 deletions.
37 changes: 0 additions & 37 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

81 changes: 81 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
name: ":bug: Bug Report"
description: Create a report to help us improve
title: "[BUG] "
labels:
- bug
- unverified
body:
- id: description
type: textarea
attributes:
label: Current behaviour
description: A clear and concise description of what the bug is.
validations:
required: false
- id: steps
type: textarea
attributes:
label: Steps to reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true
- id: expected
type: textarea
attributes:
label: Expected behaviour
description: A clear and concise description of what you expected to happen.
validations:
required: false
- id: os
type: dropdown
attributes:
label: OS
description: OS of device
options:
- Windows
- Linux
- MacOS
- Android
- iOS
- other
validations:
required: false
- id: browser
type: dropdown
attributes:
label: Browser
description: Used web browser
options:
- Chrome
- Firefox
- Safari
- Edge
- Opera
- Other Chrome/Chromium based
- Other
validations:
required: false
- id: version
type: dropdown
attributes:
label: App version
options:
- 1.0.0
default: 0
validations:
required: true
- id: additional
type: textarea
attributes:
label: Anything else?
description: |
Links? References? Screenshots? Anything that will give us more context about the issue you are encountering!
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: ":up_arrow: Feature request"
description: Suggest an idea for this project
title: "[FEATURE] "
labels:
- improvement
- new
body:
- id: problem
type: textarea
attributes:
label: Is your feature request related to a problem?
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when...
validations:
required: false
- id: solution
type: textarea
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
validations:
required: false
- id: alternative
type: textarea
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
validations:
required: false
- id: additional
type: textarea
attributes:
label: Anything else?
description: |
Links? References? Screenshots? Anything that will give us more context about the request.
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false

0 comments on commit a863680

Please sign in to comment.