2025-10-17 18:27:33 +08:00

74 lines
2.3 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: Bug report
description: Create a report to help us improve
title: '[Bug] '
labels:
- bug
assignees: pengzhanbo
body:
- type: checkboxes
id: checklist
attributes:
label: Checklist
description: |-
Make SURE that you follow these statements.
options:
- label: I am using **LTS** version of Node.js.
required: true
- label: I am using the **latest v2 version** of VuePress and VuePress official plugins.
required: true
- label: I am using the **latest version** of vuepress-theme-plume and all plugins in this repo.
required: true
- label: I followed the docs and I double checked my configuration.
required: true
- type: input
id: package
attributes:
label: Package name
description: Which package are you reporting
value: vuepress-theme-plume
placeholder: package name
validations:
required: true
- type: checkboxes
id: operating-systems
attributes:
label: Which operating system are you using?
description: You may select more than one. Dont select anything if it's not about the environment.
options:
- label: macOS
- label: Windows
- label: Linux
- type: markdown
attributes:
value: |
## Describe the bug
> If applicable, add screenshots and log to help explain your problem.
- type: textarea
id: description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: true
- type: input
id: reproduction
attributes:
label: Minimal reproduction
description: |-
If you are not reporting something obvious, a minimal reproduction repo and related log is required. you can fork [stackblitz.com](https://stackblitz.com/edit/vuepress-theme-plume-playground) to create a minimal reproduction.
placeholder: reproduction repo url
- type: textarea
id: additional-context
attributes:
label: Additional context
description: If you are not reporting something obvious, a minimal reproduction repo and related log is required.
placeholder: Add any other context about the problem here. Especially the issue occurs in certain OS, browser or configuration.