mirror of
https://github.com/domfelipe/pokebuddy.git
synced 2026-08-07 06:36:49 +00:00
Initial commit: pokebuddy_cli
This commit is contained in:
commit
d58df9bd10
47 changed files with 1684 additions and 0 deletions
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