mirror of
https://github.com/frappe/books.git
synced 2024-11-08 23:00:56 +00:00
15 lines
397 B
YAML
15 lines
397 B
YAML
name: 'General Question'
|
|
description: Create a new ticket for a general question
|
|
title: '🐛 [General Question] - <title>'
|
|
labels: ['question']
|
|
|
|
body:
|
|
- type: textarea
|
|
id: summary
|
|
attributes:
|
|
label: 'Summary'
|
|
description: General Question(s) (for Bugs and Feature Requests, please use the appropriate template)
|
|
placeholder: '...'
|
|
validations:
|
|
required: true
|