chore: add issue templates

This commit is contained in:
prazdevs 2024-01-26 00:41:05 +01:00
parent 40c01ca5d3
commit 36e48a49fe
4 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,23 @@
name: Icon request
description: Request a specific icon
labels: [icon request]
body:
- type: checkboxes
attributes:
label: Type
description: What type of icon would you like added?
options:
- label: File icon
- label: Folder icon
- type: textarea
attributes:
label: Context and associations
description: What language/extension/file/folder name(s) should the icon be associated with?
validations:
required: true
- type: textarea
attributes:
label: References
description: Links, images, docs with ideas/examples of what the icon should like.
validations:
required: true

View File

@ -0,0 +1,16 @@
name: Association request
description: Request an existing icon to have new association(s)
labels: [association request]
body:
- type: input
attributes:
label: Icon
description: What icon do you want new associations for?
validations:
required: true
- type: textarea
attributes:
label: Context and associations
description: What language/extension/file/folder name(s) should the icon be associated with?
validations:
required: true

View File

@ -0,0 +1,10 @@
name: Feature request
description: Request a feature for the extension
labels: [enhancement]
body:
- type: textarea
attributes:
label: Describe the feature
description: Explain what you want the feature to achieve, including eventual configuration and context.
validations:
required: true

1
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1 @@
blank_issues_enabled: false