mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2026-03-17 18:40:09 -04:00
create(issue-templates): add bug report and feature request templates (#138)
This commit is contained in:
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