diff --git a/.github/ISSUE_TEMPLATE/--feature-request.md b/.github/ISSUE_TEMPLATE/--feature-request.md new file mode 100644 index 0000000..7f458f8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/--feature-request.md @@ -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? + + + +#### Describe the feature + + + + + +#### Checklist + +- [ ] I have read the documentation and made sure this feature doesn't already exist. diff --git a/.github/ISSUE_TEMPLATE/--question.md b/.github/ISSUE_TEMPLATE/--question.md new file mode 100644 index 0000000..0206bb9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/--question.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b0b4b56..3ee69f6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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: + + + +#### Actual behavior + + + +#### Expected behavior + + + +#### Code to reproduce -**Reproducing Code** ```js ``` -**Expected behavior** -A clear and concise description of what you expected to happen. +#### ScreenShots + -**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.