Files
santifer--career-ops/.github/ISSUE_TEMPLATE/feature_request.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

52 lines
1.5 KiB
YAML

name: Feature Request
description: Suggest a new feature or improvement
labels: ["enhancement"]
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 requested yet
required: true
- type: textarea
id: problem
attributes:
label: Problem
description: What problem does this solve? Why do you need this?
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed solution
description: How would you like this to work?
validations:
required: true
- type: dropdown
id: area
attributes:
label: Area
options:
- Evaluation / Scoring
- PDF Generation
- Portal Scanner
- Dashboard TUI
- Batch Processing
- Language / i18n
- Documentation
- Other
validations:
required: true