mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-12 18:11:34 +08:00
62 lines
2.1 KiB
YAML
62 lines
2.1 KiB
YAML
name: "Bug Report"
|
|
description: Report a bug to help improve the project.
|
|
title: "bug: "
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you for taking the time to report this bug!
|
|
|
|
_The more information you share, the faster we can identify and fix the bug._
|
|
|
|
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: current-behavior
|
|
attributes:
|
|
label: Current Behavior
|
|
description: Describe the issue you are facing.
|
|
placeholder: |
|
|
What is the issue with the current behavior?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: expected-behavior
|
|
attributes:
|
|
label: Expected Behavior
|
|
description: Describe what you expected to happen.
|
|
placeholder: |
|
|
What did you expect to happen instead?
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: error
|
|
attributes:
|
|
label: Error Logs
|
|
description: Paste the error logs if any.
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: steps
|
|
attributes:
|
|
label: Steps to Reproduce
|
|
description: Share the steps you took so that we can reproduce the issue. Reports without proper steps details will likely be closed.
|
|
placeholder: |
|
|
1. Run APIPark via the Docker image.
|
|
2. Try configuring ...
|
|
3. ...
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: environment
|
|
attributes:
|
|
label: Environment
|
|
description: Share your environment details. Reports without proper environment details will likely be closed.
|
|
value: |
|
|
- APINTO Dashboard version:
|
|
- Operating system (run `uname -a`):
|
|
validations:
|
|
required: true |