52 lines
1.5 KiB
YAML
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
|