Update issue templates
This commit is contained in:
parent
c4ad21dfdc
commit
e0a06a129b
22
.github/ISSUE_TEMPLATE/--feature-request.md
vendored
Normal file
22
.github/ISSUE_TEMPLATE/--feature-request.md
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
---
|
||||
name: "⭐ Feature request"
|
||||
about: Suggest an idea for play-dl
|
||||
title: "[=FEATURE=]"
|
||||
labels: feature-request
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
#### What problem are you trying to solve?
|
||||
|
||||
<!-- Add your problem here -->
|
||||
|
||||
#### Describe the feature
|
||||
|
||||
<!-- Add your feature here -->
|
||||
|
||||
<!-- Include a usage example of the feature. If the feature is currently possible with a workaround, include that too. -->
|
||||
|
||||
#### Checklist
|
||||
|
||||
- [ ] I have read the documentation and made sure this feature doesn't already exist.
|
||||
15
.github/ISSUE_TEMPLATE/--question.md
vendored
Normal file
15
.github/ISSUE_TEMPLATE/--question.md
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
name: "❓ Question"
|
||||
about: Something is unclear or needs to be discussed
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
#### What would you like to discuss?
|
||||
|
||||
|
||||
#### Checklist
|
||||
|
||||
- [ ] I have read the documentation.
|
||||
37
.github/ISSUE_TEMPLATE/bug_report.md
vendored
37
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -1,30 +1,37 @@
|
||||
---
|
||||
name: "\U0001F41E Bug report"
|
||||
about: Create a report to help us improve
|
||||
about: Something is not working as it should
|
||||
title: "[=BUG=]"
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
#### Describe the bug
|
||||
|
||||
- Node.js version:
|
||||
- OS & version:
|
||||
|
||||
<!-- A clear and concise description of what the bug is. -->
|
||||
|
||||
#### Actual behavior
|
||||
|
||||
<!-- Actual behavior -->
|
||||
|
||||
#### Expected behavior
|
||||
|
||||
<!-- Expected behavior -->
|
||||
|
||||
#### Code to reproduce
|
||||
|
||||
**Reproducing Code**
|
||||
```js
|
||||
|
||||
```
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
#### ScreenShots
|
||||
<!-- If possible, add screen shots of the problem here. -->
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
#### Checklist
|
||||
|
||||
**Desktop (please complete the following information):**
|
||||
- OS: [e.g. iOS]
|
||||
- Node JS version : [e.g. 16]
|
||||
- Play - dl version : [e.g. 0.2.0]
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
- [ ] I have read the documentation.
|
||||
- [ ] I have tried my code with the latest version of Node.js and Got.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user