diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml new file mode 100644 index 0000000..b8b4fd0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -0,0 +1,32 @@ +name: 🐛 Bug Report +description: Report a problem with a custom format, profile, or regex +labels: ["type: bug"] + +body: + - type: input + id: which + attributes: + label: Which custom format/profile/regex? + placeholder: e.g. Remux Tier 1, DV HDR10+, x265 + validations: + required: true + + - type: textarea + id: whats-wrong + attributes: + label: What's wrong? + description: Include the release title, whether it should or shouldn't have matched, and a Regex101 link if relevant. + placeholder: | + Release: Some.Movie.2024.2160p.UHD.BluRay.REMUX.DV.HDR.DTS-HD.MA.7.1-GROUP + Expected: Should match Remux Tier 1 + Actual: Didn't match + Regex101: https://regex101.com/... + validations: + required: true + + - type: textarea + id: screenshots + attributes: + label: Screenshots + description: Interactive searches and movie/season history from your arrs are the most important info you can give. Without them, it's going to be much harder to solve this issue. + placeholder: Drag and drop screenshots here diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..7ae9910 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,10 @@ +blank_issues_enabled: false + +contact_links: + - name: 💬 Support Question + url: https://github.com/Dictionarry-Hub/database/discussions/new?category=q-a + about: Ask questions and get help from the community + + - name: 📚 Check the Docs + url: https://dictionarry.dev + about: Read the documentation before opening an issue diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 0000000..697a4ee --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -0,0 +1,44 @@ +name: ✨ Feature Request +description: Request new content or changes to existing content +labels: ["type: feature"] + +body: + - type: dropdown + id: what + attributes: + label: What do you want? + options: + - New profile + - New custom format + - New regex pattern + - Changes to existing content + - Other + validations: + required: true + + - type: textarea + id: description + attributes: + label: Description + placeholder: Describe what you want in detail + validations: + required: true + + - type: textarea + id: why + attributes: + label: Why is this useful? + placeholder: Explain your use case + + - type: textarea + id: screenshots + attributes: + label: Screenshots + description: If relevant, include interactive searches or movie/season history from your arrs. + placeholder: Drag and drop screenshots here + + - type: input + id: related + attributes: + label: Related issues + placeholder: "#123, #456"