Skip to content

Commit

Permalink
chore: configure GitHub issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaka91 committed Jun 19, 2023
1 parent 52ff0ea commit 5eaa073
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 0 deletions.
56 changes: 56 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
@@ -0,0 +1,56 @@
name: Bug report
description: Create a report to help us improve
labels: [bug]
assignees: [dnaka91]
body:
- type: markdown
attributes:
value: Thanks for taking the time to fill out this bug report!
- type: textarea
id: description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
render: Markdown
validations:
required: true
- type: textarea
id: expectation
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
render: Markdown
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: To reproduce
description: Steps to reproduce the behavior
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
render: Markdown
- type: dropdown
id: os
attributes:
label: What operating system are you using?
options:
- Linux
- MacOS
- Windows
- Other
- type: textarea
id: terminal
attributes:
label: Terminal output
description: Please copy and paste any relevant terminal output.
render: Shell
- type: textarea
id: context
attributes:
label: Additional context
description: Add any other context about the problem here.
render: Markdown
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
@@ -0,0 +1,35 @@
name: Feature request
description: Suggest an idea for this project
labels: [enhancement]
assignees: [dnaka91]
body:
- type: markdown
attributes:
value: Thanks for taking the time to fill out this bug report!
- type: textarea
id: description
attributes:
label: Is your feature request related to a problem? Please describe.
description: A clear and concise description of what the problem is.
placeholder: I'm always frustrated when [...]
render: Markdown
validations:
required: true
- type: textarea
id: solution
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
render: Markdown
- type: textarea
id: alternatives
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
render: Markdown
- type: textarea
id: context
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
render: Markdown

0 comments on commit 5eaa073

Please sign in to comment.