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

Commit

Permalink
chore: Add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
antond15 committed May 3, 2022
1 parent 7cd9ea9 commit 875f396
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ko_fi: antond
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: Bug report
description: Create a report to help us improve
title: "Bug: "
labels: bug
assignees:
- antond15

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: input
id: version
attributes:
label: Version
description: What release version was this issue encountered on?
validations:
required: true

- type: textarea
id: description
attributes:
label: Issue description
description: A clear and concise description of what the issue is.
validations:
required: true

- type: textarea
id: reproduction
attributes:
label: Steps to reproduce
description: Steps to reproduce the issue.
placeholder: |
1. In this environment...
2. With this config...
3. Go to '...'
4. Click on '...'
5. Scroll down to '...'
6. See error...
validations:
required: true
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Feature request
description: Suggest an idea for this project.
title: "Enhancement: "
labels: enhancement
assignees:
- antond15

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this feature request!
- type: textarea
id: description
attributes:
label: Feature description
description: A clear and concise description of what you want to be added.
validations:
required: true

- type: textarea
id: reason
attributes:
label: Reason
description: The reason of why you want this to be added.
validations:
required: true

0 comments on commit 875f396

Please sign in to comment.