mirror of
https://github.com/frappe/books.git
synced 2024-11-15 01:44:04 +00:00
41 lines
1.1 KiB
YAML
41 lines
1.1 KiB
YAML
name: "💡 Feature Request"
|
|
description: Create a new ticket for a new feature request
|
|
title: "💡 [Feature Request] - <title>"
|
|
labels: [ "enhancement" ]
|
|
|
|
body:
|
|
- type: textarea
|
|
id: summary
|
|
attributes:
|
|
label: "Summary"
|
|
description: Provide a brief explanation of the feature
|
|
placeholder: Describe in a few lines your feature request
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: basic_example
|
|
attributes:
|
|
label: "Basic Example"
|
|
description: Indicate here some basic examples of your feature.
|
|
placeholder: A few specific words about your feature request.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: drawbacks
|
|
attributes:
|
|
label: "Drawbacks"
|
|
description: What are the drawbacks/impacts of your feature request ?
|
|
placeholder: Identify the drawbacks and impacts while being neutral on your feature request
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: reference_issues
|
|
attributes:
|
|
label: "Reference Issues"
|
|
description: Common issues
|
|
placeholder: "#Issues IDs"
|
|
validations:
|
|
required: false |