mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 21:24:05 +02:00
better issue templates
This commit is contained in:
parent
654fec0fa8
commit
fae2a876a9
4 changed files with 81 additions and 44 deletions
33
.github/ISSUE_TEMPLATE/🐞-bug-report.md
vendored
33
.github/ISSUE_TEMPLATE/🐞-bug-report.md
vendored
|
@ -1,33 +0,0 @@
|
|||
---
|
||||
name: "\U0001F41E Bug report"
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: Bug
|
||||
assignees: 0PandaDEV
|
||||
|
||||
---
|
||||
|
||||
**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. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Operating system**
|
||||
Windows or Linux
|
||||
|
||||
**Version of Qopy**
|
||||
0.1.0
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
68
.github/ISSUE_TEMPLATE/🐞-bug-report.yml
vendored
Normal file
68
.github/ISSUE_TEMPLATE/🐞-bug-report.yml
vendored
Normal file
|
@ -0,0 +1,68 @@
|
|||
name: "\U0001F41E Bug report"
|
||||
description: Create a report to help us improve
|
||||
labels: [Bug]
|
||||
assignees:
|
||||
- 0PandaDEV
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Describe the bug
|
||||
description: A clear and concise description of what the bug is.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: reproduce
|
||||
attributes:
|
||||
label: Steps to reproduce
|
||||
description: Steps to reproduce the behavior
|
||||
value: |
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: expected
|
||||
attributes:
|
||||
label: Expected behavior
|
||||
description: A clear and concise description of what you expected to happen.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: screenshots
|
||||
attributes:
|
||||
label: Screenshots
|
||||
description: If applicable, add screenshots to help explain your problem.
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: dropdown
|
||||
id: os
|
||||
attributes:
|
||||
label: Operating system
|
||||
options:
|
||||
- Windows
|
||||
- Linux
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
id: version
|
||||
attributes:
|
||||
label: Version of Qopy
|
||||
placeholder: e.g. 0.1.0
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: additional
|
||||
attributes:
|
||||
label: Additional context
|
||||
description: Add any other context about the problem here.
|
||||
validations:
|
||||
required: false
|
11
.github/ISSUE_TEMPLATE/💡-feature-request.md
vendored
11
.github/ISSUE_TEMPLATE/💡-feature-request.md
vendored
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
name: "\U0001F4A1 Feature request"
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: Feature
|
||||
assignees: 0PandaDEV
|
||||
|
||||
---
|
||||
|
||||
**Describe your requested feature**
|
||||
Give as many details as possible
|
13
.github/ISSUE_TEMPLATE/💡-feature-request.yml
vendored
Normal file
13
.github/ISSUE_TEMPLATE/💡-feature-request.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
name: "\U0001F4A1 Feature request"
|
||||
description: Suggest an idea for this project
|
||||
labels: [Feature]
|
||||
assignees:
|
||||
- 0PandaDEV
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Describe your requested feature
|
||||
description: Give as many details as possible about your feature idea.
|
||||
validations:
|
||||
required: true
|
Loading…
Add table
Add a link
Reference in a new issue