Skip to content

Commit

Permalink
docs(issue-template): question
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Jan 4, 2024
1 parent 2c61da5 commit 1eb28a7
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Question
description: Further information is requested
title: '[QUESTION] <title>'
labels: ['question']

body:
- type: textarea
id: question
attributes:
label: Question
description: Outline your question in a clear and concise manner
validations:
required: true

- type: dropdown
id: category
attributes:
label: Category
description: What part of the application does this relate to?
options:
- Setup and Deployment
- Configuration
- App Usage
- Development
- Documentation
- Using Icons
- Language Support
- Status Checking
- Theming
validations:
required: true

0 comments on commit 1eb28a7

Please sign in to comment.