mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
24 lines
878 B
YAML
24 lines
878 B
YAML
|
# Inspired by PeerTube templates:
|
||
|
# https://github.com/Chocobozzz/PeerTube/blob/master/.github/ISSUE_TEMPLATE/30-feature-request.yml
|
||
|
---
|
||
|
name: ✨ Feature Request
|
||
|
description: Use this template to ask for new features and suggest new ideas 💡
|
||
|
body:
|
||
|
- type: markdown
|
||
|
attributes:
|
||
|
value: |
|
||
|
Thanks for taking time to share your ideas!
|
||
|
Please search among past open/closed issues for a similar one beforehand:
|
||
|
- https://github.com/gristlabs/grist-core/issues?q=
|
||
|
- https://community.getgrist.com/
|
||
|
|
||
|
- type: textarea
|
||
|
attributes:
|
||
|
label: Describe the problem to be solved
|
||
|
description: Provide a clear and concise description of what the problem is
|
||
|
|
||
|
- type: textarea
|
||
|
attributes:
|
||
|
label: Describe the solution you would like
|
||
|
description: Provide a clear and concise description of what you want to happen
|