Initial commit: pokebuddy_cli

This commit is contained in:
Felipe Domingues 2026-04-25 23:14:38 -03:00
commit d58df9bd10
47 changed files with 1684 additions and 0 deletions

29
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View file

@ -0,0 +1,29 @@
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