-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3abe18a
commit 202a9df
Showing
5 changed files
with
181 additions
and
0 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,76 @@ | ||
--- | ||
name: "🐞 Bug Report" | ||
about: "Report an issue." | ||
title: "[Bug]: " | ||
labels: "Bug" | ||
|
||
--- | ||
|
||
# 🐞 Bug Report | ||
<!-- Please search open and closed issues before submitting a new one! --> | ||
|
||
### 📝 Describe the bug | ||
<!-- A clear and concise description of what the bug is. --> | ||
|
||
* | ||
|
||
--- | ||
|
||
#### 🔄 Is this a regression? <!-- Optional --> | ||
<!-- Did this behaviour used to work in the previous version? --> | ||
<!-- Yes, the last version in which this bug was not present was: ... --> | ||
|
||
--- | ||
|
||
#### 🐾 To Reproduce | ||
<!-- Steps to reproduce the error: | ||
(e.g.:) | ||
1. Use x argument / navigate to | ||
2. Fill this information | ||
3. Go to... | ||
4. See error --> | ||
|
||
<!-- Write the steps here (add or remove as many steps as needed)--> | ||
|
||
1. | ||
2. | ||
3. | ||
4. | ||
|
||
--- | ||
|
||
#### 🎯 Expected behaviour | ||
<!-- A clear and concise description of what you expected to happen. --> | ||
|
||
* | ||
|
||
--- | ||
|
||
#### 📷 Screenshots or Videos | ||
<!-- If applicable, add screenshots or videos to help explain your problem. --> | ||
|
||
--- | ||
|
||
#### 📜 Logs | ||
<!-- If applicable, add logs to help explain your problem. --> | ||
|
||
* | ||
|
||
--- | ||
|
||
#### 💻 Your environment | ||
<!-- use all the applicable bulleted list elements for this specific issue, | ||
and remove all the bulleted list elements that are not relevant for this issue. --> | ||
|
||
* 🖥️ OS: <!--[e.g. Ubuntu 5.4.0-26-generic x86_64 / Windows 1904 ...]--> | ||
* 🐍 Python version: <!--[e.g. Python 3.8.5 / Python 3.9.1 ...]--> | ||
|
||
--- | ||
|
||
#### 📚 Additional context <!-- Optional --> | ||
<!-- Add any other context or additional information about the problem here.--> | ||
|
||
* | ||
|
||
<!-- Please search open and closed issues before submitting a new one! --> |
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: 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
name: "🚀 Feature Request" | ||
about: "Suggest an idea or possible new feature." | ||
title: "[Feature Request]: " | ||
labels: "Feature Request" | ||
|
||
--- | ||
|
||
# 🚀 Feature Request | ||
|
||
#### 🐞 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 additional information about the problem here.--> | ||
|
||
* |
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,52 @@ | ||
--- | ||
name: "📄 Provider Request" | ||
about: "Request support for a new provider." | ||
title: "[Provider Request]: " | ||
labels: "Provider Request" | ||
|
||
--- | ||
|
||
# 📄 Provider Request | ||
<!-- Please search open and closed issues before submitting a new one! --> | ||
|
||
#### 🌐 Domains and IPs | ||
<!-- Provide any Domain or IP you can find that points to the site. Direct IPs are welcome, please make them bold! --> | ||
|
||
* | ||
|
||
--- | ||
|
||
#### 🌍 Languages | ||
<!-- All languages that are available on the site. Example: German, English or French --> | ||
|
||
* | ||
|
||
--- | ||
|
||
#### 📺 Resolutions | ||
<!-- All video resolutions that are available on the site. Example: 4K, 1080p or 720p --> | ||
|
||
* | ||
|
||
--- | ||
|
||
#### 🔒 Captchas | ||
<!-- Captchas that are on the site. Example: reCAPTCHA, hCaptcha, Cloudflare, None --> | ||
|
||
* | ||
|
||
--- | ||
|
||
#### 🖥️ Hosters | ||
<!-- All video hosters on the site. Example: VOE, Custom or Doodstream --> | ||
|
||
* | ||
|
||
--- | ||
|
||
#### ℹ️ Additional Information <!-- Optional --> | ||
<!-- Please provide any additional information or context about the provider. This can include unique features of the site, or any other relevant details. --> | ||
|
||
* | ||
|
||
<!-- Please search open and closed issues before submitting a new one! --> |
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,17 @@ | ||
--- | ||
name: "❓ Question or Support Request" | ||
about: "Questions and requests for support." | ||
title: "[Question/Support]: " | ||
labels: "Question/Support" | ||
|
||
--- | ||
|
||
# ❓ Question or Support Request | ||
<!-- Please search open and closed issues before submitting a new one! --> | ||
|
||
#### ✍️ Describe your question or ask for support | ||
<!-- A clear and concise description of what your doubt is. --> | ||
|
||
* | ||
|
||
<!-- Please search open and closed issues before submitting a new one! --> |