Files
wehub-resource-sync 6db8fca185
docmd CI verification / verify (push) Failing after 0s
chore: import upstream snapshot with attribution
2026-07-13 12:31:55 +08:00

58 lines
1.4 KiB
YAML

name: 🐞 Bug Report
description: Create a report to help us improve docmd
title: "[Bug]: "
labels: ["bug", "triage"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: input
id: version
attributes:
label: docmd version
description: What version of docmd are you using? (e.g. 0.2.6)
placeholder: 0.2.6
validations:
required: true
- type: input
id: node-version
attributes:
label: Node.js version
placeholder: v20.x
validations:
required: true
- type: dropdown
id: os
attributes:
label: OS/Browser
options:
- macOS / Safari
- Windows / Edge
- Linux / Chrome
validations:
required: true
- type: textarea
id: description
attributes:
label: Description
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Steps to Reproduce
description: Please provide the steps to reproduce the behavior.
placeholder: |
1. Run 'docmd init'
2. Add configuration...
3. Run 'docmd build'
4. See error...
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: A clear and concise description of what you expected to happen.