diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..b849b6f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,76 @@ +--- +name: "🐞 Bug Report" +about: "Report an issue." +title: "[Bug]: " +labels: "Bug" + +--- + +# 🐞 Bug Report + + +### 📝 Describe the bug + + +* + +--- + +#### 🔄 Is this a regression? + + + +--- + +#### 🐾 To Reproduce + + + + +1. +2. +3. +4. + +--- + +#### đŸŽ¯ Expected behaviour + + +* + +--- + +#### 📷 Screenshots or Videos + + +--- + +#### 📜 Logs + + +* + +--- + +#### đŸ’ģ Your environment + + +* đŸ–Ĩī¸ OS: +* 🐍 Python version: + +--- + +#### 📚 Additional context + + +* + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..8da9b00 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: true diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000..ac6f50a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -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. + + +* + +--- + +#### 🌟 Describe the solution you'd like + + +* + +--- + +#### 🔄 Describe alternatives you've considered + + +* + +--- + +#### 📋 Additional context + + +* diff --git a/.github/ISSUE_TEMPLATE/provider-request.md b/.github/ISSUE_TEMPLATE/provider-request.md new file mode 100644 index 0000000..bf868bf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/provider-request.md @@ -0,0 +1,52 @@ +--- +name: "📄 Provider Request" +about: "Request support for a new provider." +title: "[Provider Request]: " +labels: "Provider Request" + +--- + +# 📄 Provider Request + + +#### 🌐 Domains and IPs + + +* + +--- + +#### 🌍 Languages + + +* + +--- + +#### đŸ“ē Resolutions + + +* + +--- + +#### 🔒 Captchas + + +* + +--- + +#### đŸ–Ĩī¸ Hosters + + +* + +--- + +#### ℹī¸ Additional Information + + +* + + diff --git a/.github/ISSUE_TEMPLATE/question-support.md b/.github/ISSUE_TEMPLATE/question-support.md new file mode 100644 index 0000000..2ce9e65 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question-support.md @@ -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 + + +#### ✍ī¸ Describe your question or ask for support + + +* + +