Skip to content

Commit

Permalink
Merge pull request #204 from xPaw/issue-template
Browse files Browse the repository at this point in the history
Add basic github issue templates
  • Loading branch information
Nuklon authored Jul 14, 2024
2 parents fcc2dbc + d96f651 commit b5e8490
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Bug Report
description: File a bug report
labels: [bug]
body:
- type: textarea
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is and what page it happens on. Provide a screenshot and console logs if applicable.
validations:
required: true

- type: input
attributes:
label: Browser name and version
validations:
required: true
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Feature Request
description: Suggest an idea
labels: [enhancement]
body:
- type: textarea
attributes:
label: Is your feature request related to a problem? Please describe.
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
validations:
required: true

- type: textarea
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.

- type: textarea
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.

0 comments on commit b5e8490

Please sign in to comment.