Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -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
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -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"
Loading