mirror of
https://github.com/domfelipe/pokebuddy.git
synced 2026-08-07 09:16:43 +00:00
Initial commit: pokebuddy_cli
This commit is contained in:
commit
d58df9bd10
47 changed files with 1684 additions and 0 deletions
29
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
29
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal 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
|
||||
40
.github/ISSUE_TEMPLATE/creature_submission.yml
vendored
Normal file
40
.github/ISSUE_TEMPLATE/creature_submission.yml
vendored
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
name: Companion submission
|
||||
description: Propose an original PokeBuddy companion
|
||||
title: "companion: "
|
||||
labels: [companion]
|
||||
body:
|
||||
- type: input
|
||||
id: name
|
||||
attributes:
|
||||
label: Companion name
|
||||
placeholder: "LintFox"
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: type
|
||||
attributes:
|
||||
label: Type
|
||||
placeholder: "Quality / Speed"
|
||||
- type: dropdown
|
||||
id: rarity
|
||||
attributes:
|
||||
label: Rarity
|
||||
options:
|
||||
- Uncommon
|
||||
- Rare
|
||||
- Epic
|
||||
- Mythic
|
||||
- type: textarea
|
||||
id: concept
|
||||
attributes:
|
||||
label: Concept
|
||||
description: Describe the companion and why it belongs in PokeBuddy.
|
||||
validations:
|
||||
required: true
|
||||
- type: checkboxes
|
||||
id: originality
|
||||
attributes:
|
||||
label: Originality confirmation
|
||||
options:
|
||||
- label: This companion is original and not based on protected third-party characters or assets.
|
||||
required: true
|
||||
20
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
name: Feature request
|
||||
description: Suggest an idea for PokeBuddy CLI
|
||||
title: "feat: "
|
||||
labels: [enhancement]
|
||||
body:
|
||||
- type: textarea
|
||||
id: idea
|
||||
attributes:
|
||||
label: What would you like?
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: why
|
||||
attributes:
|
||||
label: Why is this useful?
|
||||
- type: textarea
|
||||
id: shape
|
||||
attributes:
|
||||
label: Suggested command or API
|
||||
render: shell
|
||||
Loading…
Add table
Add a link
Reference in a new issue