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>
53 lines
1.7 KiB
YAML
53 lines
1.7 KiB
YAML
# Inspired by PeerTube templates:
|
|
# https://github.com/Chocobozzz/PeerTube/blob/3d4d49a23eae71f3ce62cbbd7d93f07336a106b7/.github/ISSUE_TEMPLATE/00-bug-issue.yml
|
|
name: 🐛 Bug Report
|
|
description: Use this template for reporting a bug
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking time to fill out this bug report!
|
|
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 current behavior
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Steps to reproduce
|
|
value: |
|
|
1.
|
|
2.
|
|
3.
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe the expected behavior
|
|
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Where have you encountered this bug?
|
|
options:
|
|
- label: On [docs.getgrist.com](https://docs.getgrist.com)
|
|
- label: On a self-hosted instance
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Instance information (when self-hosting only)
|
|
description: In case you self-host, please share information above. You can discard any question you don't know the answer.
|
|
value: |
|
|
* Grist instance:
|
|
* Version:
|
|
* URL (if it's OK for you to share it):
|
|
* Installation mode: docker/kubernetes/...
|
|
* Architecture: single-worker/multi-workers
|
|
|
|
* Browser name, version and platforms on which you could reproduce the bug:
|
|
* Link to browser console log if relevant:
|
|
* Link to server log if relevant:
|