mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
f2fc8ba5cf
A quick edit to replace "Puter version (if accessible)" by "Puter version" and a new description to say that its not required.
61 lines
2.0 KiB
YAML
61 lines
2.0 KiB
YAML
name: Bug Report
|
|
description: Create a report to help us improve
|
|
title: "Bug: "
|
|
labels: ["bug"]
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: Please fill this form to report the bug you encoutered on Puter
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Issue Description
|
|
description: Type a description of what the bug does
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: reproduce
|
|
attributes:
|
|
label: Steps to reproduce
|
|
description: Type how we may reproduce the bug
|
|
placeholder: Open the menu, click that button...
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: expected-behaviour
|
|
attributes:
|
|
label: Expected behaviour
|
|
description: Tell us what you would expect to happen if the bug wasn't there
|
|
placeholder: Its supposed to...
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: additional-info
|
|
attributes:
|
|
label: Addition Information or Screenshots (if applicable)
|
|
description: You can add any additional informations, such as screenshots of the bug
|
|
placeholder: You can add a screenshot by clicking the image icon in the text zone
|
|
validations:
|
|
required: false
|
|
- type: checkboxes
|
|
id: deployment
|
|
attributes:
|
|
label: Deployment
|
|
description: Select on which deployment(s) you encountered the bug
|
|
options:
|
|
- label: Production (puter.com)
|
|
- label: Development (`npm run start`)
|
|
- label: Docker (via `docker run`)
|
|
- label: Docker (via `docker-compose`)
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: Puter version
|
|
description: Type the version of Puter you were using when you encountered the bug. This is not required. If you can't access the version, then continue without adding the version number.
|
|
placeholder: Click the profile button on the top-right, then "Settings". The version number will be printed at the bottom
|
|
validations:
|
|
required: false
|