-
-
Notifications
You must be signed in to change notification settings - Fork 771
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
… discount code, graceful ctrl+c
- Loading branch information
Showing
22 changed files
with
1,560 additions
and
833 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blank_issues_enabled: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
name: Issue/Feature request | ||
description: Submit your issue/feature request here | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Is there an existing issue for this? | ||
description: Please search to see if an issue already exists for the bug you encountered. | ||
options: | ||
- label: I have searched the existing issues | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: I'm submitting a ... | ||
options: | ||
- label: bug report | ||
- label: feature request | ||
- label: support request --> Contact me over mail for support https://github.com/MShawon | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: | | ||
A concise description of what you're experiencing and what you expected to happen. | ||
If applicable, include terminal logs or screenshots! | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Environment | ||
description: | | ||
examples: | ||
- **OS** : Ubuntu 20.04 | ||
- **Python** : 3.9.10 / EXE without Python | ||
- **Script version** : 1.7.1 | ||
value: | | ||
- OS : | ||
- Python : | ||
- Script version : | ||
render: markdown | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: config.json | ||
description: If applicable, attach your config.json to resolve the issue | ||
placeholder: Before posting, make sure to remove information like proxy username and password or private API | ||
render: markdown | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
keyword :::: exact video title | ||
keyword 1 :::: exact video title 1 | ||
keyword 2 :::: exact video title 2 | ||
keyword 3 :::: exact video title 2 | ||
keyword 4 :::: exact video title 3 |
Oops, something went wrong.