mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2026-01-26 12:22:00 +01:00
create(issue-templates): add bug report and feature request templates (#138)
This commit is contained in:
32
.github/ISSUE_TEMPLATE/bug.yml
vendored
Normal file
32
.github/ISSUE_TEMPLATE/bug.yml
vendored
Normal file
@@ -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
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
10
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -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
.github/ISSUE_TEMPLATE/feature.yml
vendored
Normal file
44
.github/ISSUE_TEMPLATE/feature.yml
vendored
Normal file
@@ -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"
|
||||
Reference in New Issue
Block a user