mirror of
https://github.com/domfelipe/pokebuddy.git
synced 2026-08-07 10:56:46 +00:00
29 lines
608 B
YAML
29 lines
608 B
YAML
name: Bug report
|
|
description: Report a problem with PokeBuddy CLI
|
|
title: "bug: "
|
|
labels: [bug]
|
|
body:
|
|
- type: textarea
|
|
id: what-happened
|
|
attributes:
|
|
label: What happened?
|
|
description: Describe the bug.
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: PokeBuddy version
|
|
placeholder: "0.1.0"
|
|
- type: textarea
|
|
id: steps
|
|
attributes:
|
|
label: Steps to reproduce
|
|
placeholder: |
|
|
1. Run ...
|
|
2. See ...
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: Logs or screenshots
|
|
render: shell
|