Files
santifer--career-ops/.github/ISSUE_TEMPLATE/bug_report.yml
T
wehub-resource-sync d083df1fdb
CodeQL Analysis / Analyze (javascript-typescript) (push) Failing after 2s
Web CI / web typecheck + build (push) Failing after 1s
Release Please / release-please (push) Failing after 1s
CodeQL Analysis / Analyze (go) (push) Failing after 16s
chore: import upstream snapshot with attribution
2026-07-13 12:02:43 +08:00

58 lines
1.7 KiB
YAML

name: Bug Report
description: Report a bug in career-ops
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
> ⚠️ **Privacy first.** career-ops runs locally. **Never** paste your CV, scan results, pipeline data, job listings, or other personal info — issues are **public forever**. Keep your data on your machine; share only sanitized snippets.
- type: checkboxes
id: coc
attributes:
label: Code of Conduct
options:
- label: I agree to follow the [Code of Conduct](https://github.com/santifer/career-ops/blob/main/CODE_OF_CONDUCT.md)
required: true
- type: checkboxes
id: search
attributes:
label: Existing issues
options:
- label: I searched existing issues and this hasn't been reported yet
required: true
- type: textarea
id: description
attributes:
label: What happened?
description: A clear description of the bug
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to reproduce
description: How can we reproduce this?
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected behavior
description: What should have happened?
- type: input
id: cli
attributes:
label: CLI tool
placeholder: "e.g., Claude Code, OpenCode, Codex"
- type: input
id: os
attributes:
label: OS and Node.js version
placeholder: "e.g., macOS 15 / Node 20.11"
- type: textarea
id: doctor
attributes:
label: Output of npm run doctor
description: Paste the output here (helps us diagnose setup issues)
render: shell