2
0
mirror of https://github.com/frappe/books.git synced 2024-11-14 17:34:04 +00:00
books/.github/ISSUE_TEMPLATE/3-general_question_template.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
397 B
YAML
Raw Normal View History

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