Skip to content

Commit

Permalink
Issue templates - resolves #15
Browse files Browse the repository at this point in the history
  • Loading branch information
Commandcracker committed Jun 23, 2024
1 parent 3abe18a commit 202a9df
Show file tree
Hide file tree
Showing 5 changed files with 181 additions and 0 deletions.
76 changes: 76 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
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! -->
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: true
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
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.-->

*
52 changes: 52 additions & 0 deletions .github/ISSUE_TEMPLATE/provider-request.md
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! -->
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/question-support.md
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! -->

0 comments on commit 202a9df

Please sign in to comment.