- 添加基于 VbenAdmin + Vue3 + Element Plus 的前端管理系统 - 包含完整的 UI 组件库和工具链 - 支持多应用架构 (web-ele, backend-mock, playground) - 包含完整的开发规范和配置 - 修复 admin 目录的子模块问题,确保正确提交
39 lines
1.3 KiB
YAML
39 lines
1.3 KiB
YAML
name: 📚 Documentation
|
|
description: Report an issue with Vben Admin Website to help us make it better.
|
|
title: 'Docs: '
|
|
labels: [documentation]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this issue!
|
|
- type: checkboxes
|
|
id: documentation_is
|
|
attributes:
|
|
label: Documentation is
|
|
options:
|
|
- label: Missing
|
|
- label: Outdated
|
|
- label: Confusing
|
|
- label: Not sure?
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Explain in Detail
|
|
description: A clear and concise description of your suggestion. If you intend to submit a PR for this issue, tell us in the description. Thanks!
|
|
placeholder: The description of ... page is not clear. I thought it meant ... but it wasn't.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: suggestion
|
|
attributes:
|
|
label: Your Suggestion for Changes
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: reproduction-steps
|
|
attributes:
|
|
label: Steps to reproduce
|
|
description: Please provide any reproduction steps that may need to be described. E.g. if it happens only when running the dev or build script make sure it's clear which one to use.
|
|
placeholder: Run `pnpm install` followed by `pnpm run docs:dev`
|