mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-14 20:41:15 +08:00
24 lines
789 B
YAML
24 lines
789 B
YAML
name: "Feature Request"
|
|
description: Suggest an enhancement to APIPark.
|
|
title: "feat: As a user, I want to ..., so that ..."
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
_The more information you share, the faster we can help you._
|
|
|
|
Prior to opening the issue, please make sure that you:
|
|
|
|
- Use English to communicate.
|
|
- Search the [open issues](https://github.com/APIParkLab/APIPark/issues) and [discussion forum](https://github.com/APIParkLab/APIPark/discussions) to avoid duplicating the issue.
|
|
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
description: Describe the feature you would like to see.
|
|
placeholder: |
|
|
As a user, I want to ..., so that...
|
|
validations:
|
|
required: true
|