mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
5206663ee3
Issues and PRs descriptions sometimes lacks of details we would like to have to better understand the motivations behind. I propose here templates to guide the reporters towards good descriptions. These templates are heavily inspired from the ones of the PeerTube project. Fixes #1125 --------- Co-authored-by: CamilleLegeron <camille@telescoop.fr>
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
|