:octocat: Adds widget to dropdown in issue template

This commit is contained in:
Alicia Sykes 2021-12-28 14:00:31 +00:00
parent 41d9ead46b
commit a6b96483eb
1 changed files with 64 additions and 62 deletions

View File

@ -1,62 +1,64 @@
name: Question 🤷‍♂️ name: Question 🤷‍♂️
description: Got a question about Dashy, deployment, development or usage? description: Got a question about Dashy, deployment, development or usage?
title: '[QUESTION] <title>' title: '[QUESTION] <title>'
labels: ['🤷‍♂️ Question'] labels: ['🤷‍♂️ Question']
body: body:
# Filed 1 - Intro Text # Filed 1 - Intro Text
- type: markdown - type: markdown
attributes: attributes:
value: > value: >
Thanks for using Dashy! Questions are welcome, but in the future will be moving over to Thanks for using Dashy! Questions are welcome, but in the future will be moving over to
[Discussions](https://github.com/Lissy93/dashy/discussions) page. [Discussions](https://github.com/Lissy93/dashy/discussions) page.
Quick questions should be asked [here](https://github.com/Lissy93/dashy/discussions/148) instead. Quick questions should be asked [here](https://github.com/Lissy93/dashy/discussions/148) instead.
validations: validations:
required: false required: false
# Field 2 - The actual question # Field 2 - The actual question
- type: textarea - type: textarea
id: question id: question
attributes: attributes:
label: Question label: Question
description: Outline your question in a clear and concise manner description: Outline your question in a clear and concise manner
validations: validations:
required: true required: true
# Field 3 - Category # Field 3 - Category
- type: dropdown - type: dropdown
id: category id: category
attributes: attributes:
label: Category label: Category
description: What part of the application does this relate to? description: What part of the application does this relate to?
options: options:
- Setup and Deployment - Setup and Deployment
- Configuration - Configuration
- App Usage - App Usage
- Development - Development
- Documentation - Documentation
- Alternate Views - Alternate Views
- Authentication - Authentication
- Using Icons - Using Icons
- Language Support - Widgets
- Search & Shortcuts - Actions
- Status Checking - Language Support
- Theming & Layout - Search & Shortcuts
validations: - Status Checking
required: true - Theming & Layout
validations:
# Field 4 - User has RTFM first, and agrees to code of conduct, etc required: true
- type: checkboxes
id: idiot-check # Field 4 - User has RTFM first, and agrees to code of conduct, etc
attributes: - type: checkboxes
label: Please tick the boxes id: idiot-check
description: Before submitting, please ensure that attributes:
options: label: Please tick the boxes
- label: You are using a [supported](https://github.com/Lissy93/dashy/blob/master/.github/SECURITY.md#supported-versions) version of Dashy (check the first two digits of the version number) description: Before submitting, please ensure that
required: true options:
- label: You've checked that this [question hasn't already been raised](https://github.com/Lissy93/dashy/issues?q=is%3Aissue) - label: You are using a [supported](https://github.com/Lissy93/dashy/blob/master/.github/SECURITY.md#supported-versions) version of Dashy (check the first two digits of the version number)
required: true required: true
- label: You've checked the [docs](https://github.com/Lissy93/dashy/tree/master/docs#readme) and [troubleshooting](https://github.com/Lissy93/dashy/blob/master/docs/troubleshooting.md#troubleshooting) guide - label: You've checked that this [question hasn't already been raised](https://github.com/Lissy93/dashy/issues?q=is%3Aissue)
required: true required: true
- label: You agree to the [code of conduct](https://github.com/Lissy93/dashy/blob/master/.github/CODE_OF_CONDUCT.md#contributor-covenant-code-of-conduct) - label: You've checked the [docs](https://github.com/Lissy93/dashy/tree/master/docs#readme) and [troubleshooting](https://github.com/Lissy93/dashy/blob/master/docs/troubleshooting.md#troubleshooting) guide
required: true required: true
- label: You agree to the [code of conduct](https://github.com/Lissy93/dashy/blob/master/.github/CODE_OF_CONDUCT.md#contributor-covenant-code-of-conduct)
required: true