mirror of
https://github.com/frappe/books.git
synced 2024-11-15 01:44:04 +00:00
14 lines
398 B
YAML
14 lines
398 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 |