2
0
mirror of https://github.com/frappe/books.git synced 2024-12-23 11:29:03 +00:00
books/.github/ISSUE_TEMPLATE/2-feature_template.yml

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

51 lines
1.4 KiB
YAML
Raw Normal View History

2024-01-16 02:54:29 +00:00
name: '💡 Feature Request'
description: Create a new ticket for a new feature request
2024-01-16 02:54:29 +00:00
title: '💡 [Feature Request] - <title>'
labels: ['enhancement']
body:
- type: textarea
id: summary
attributes:
2024-01-16 02:54:29 +00:00
label: 'Summary'
description: Provide a brief explanation of the feature
placeholder: Describe in a few lines your feature request
validations:
required: true
2024-01-16 02:54:29 +00:00
2024-01-17 04:34:41 +00:00
- type: textarea
id: benefits
attributes:
label: 'What problem are you trying to solve?'
description: Tell us what is the thing you are doing and why this feature would help you in that
placeholder: Describe the problem or issue that the feature would solve
validations:
required: true
- type: textarea
id: basic_example
attributes:
2024-01-16 02:54:29 +00:00
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:
2024-01-16 02:54:29 +00:00
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:
2024-01-16 02:54:29 +00:00
label: 'Reference Issues'
description: Common issues
2024-01-16 02:54:29 +00:00
placeholder: '#Issues IDs'
validations:
2024-01-16 02:54:29 +00:00
required: false