Browse Source

Update templates

pull/441/head
Jānis Skarnelis 1 year ago
parent
commit
d5527a300d
  1. 22
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 39
      .github/ISSUE_TEMPLATE/bug_report.yml
  3. 31
      .github/ISSUE_TEMPLATE/feature_request.yml
  4. 20
      .github/ISSUE_TEMPLATE/new-feature-proposal.md

22
.github/ISSUE_TEMPLATE/bug_report.md

@ -1,22 +0,0 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: needs triage
assignees: ''
---
:warning: **Please provide a link to a live sample/demo to get a quick and accurate response!**
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. See error
**Additional context**
Add any other context about the problem here.

39
.github/ISSUE_TEMPLATE/bug_report.yml

@ -0,0 +1,39 @@
name: "\U0001F41E Bug report"
description: Create a report to help us improve
labels: ["bug: pending triage"]
body:
- type: markdown
attributes:
value: |
":warning: **Please provide a link to a live sample/demo to get a quick and accurate response!**"
- type: textarea
id: bug-description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
placeholder: Bug description
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Reproduction
description: Steps to reproduce the behavior.
placeholder: Reproduction
validations:
required: true
- type: textarea
id: additional-context
attributes:
label: Additional context
description: Add any other context or screenshots about the bug report here.
- type: checkboxes
id: checkboxes
attributes:
label: Validations
description: Before submitting the issue, please make sure you do the following
options:
- label: Read the [docs](https://fancyapps.com/).
required: true
- label: Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
required: true

31
.github/ISSUE_TEMPLATE/feature_request.yml

@ -0,0 +1,31 @@
name: "\U0001F680 New feature proposal"
description: Suggest an idea for this project
body:
- type: markdown
attributes:
value: |
Thanks for your interest in the project and taking the time to fill out this feature report!
- type: textarea
id: feature-description
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
id: suggested-solution
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
id: alternative
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
- type: textarea
id: additional-context
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.

20
.github/ISSUE_TEMPLATE/new-feature-proposal.md

@ -1,20 +0,0 @@
---
name: New feature proposal
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.
Loading…
Cancel
Save