2024-01-16 02:54:29 +00:00
|
|
|
name: 'General Question'
|
2024-01-16 02:45:09 +00:00
|
|
|
description: Create a new ticket for a general question
|
2024-01-16 02:54:29 +00:00
|
|
|
title: '🐛 [General Question] - <title>'
|
|
|
|
labels: ['question']
|
2024-01-16 02:45:09 +00:00
|
|
|
|
|
|
|
body:
|
|
|
|
- type: textarea
|
|
|
|
id: summary
|
|
|
|
attributes:
|
2024-01-16 02:54:29 +00:00
|
|
|
label: 'Summary'
|
2024-01-16 02:45:09 +00:00
|
|
|
description: General Question(s) (for Bugs and Feature Requests, please use the appropriate template)
|
2024-01-16 02:54:29 +00:00
|
|
|
placeholder: '...'
|
2024-01-16 02:45:09 +00:00
|
|
|
validations:
|
2024-01-16 02:54:29 +00:00
|
|
|
required: true
|