Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 64 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
name: Feature Request
description: Suggest a new feature or improvement for Kiji Privacy Proxy
labels: [enhancement]
body:
- type: input
id: title
attributes:
label: Feature Title
description: A short, descriptive name for the requested feature.
placeholder: e.g. "Support masking UK National Insurance numbers"
validations:
required: true

- type: textarea
id: description
attributes:
label: Description
description: Describe the feature you'd like in detail. What should it do?
validations:
required: true

- type: checkboxes
id: os_support
attributes:
label: OS Support
description: Which operating system(s) should support this feature?
options:
- label: macOS
- label: Linux
- label: Chrome Extension

- type: dropdown
id: user_type
attributes:
label: Potential User
description: Who would primarily benefit from this feature?
options:
- Individual / personal use
- Enterprise user
- Both
validations:
required: true

- type: textarea
id: business_case
attributes:
label: Business Case
description: |
Describe the real-world use case driving this request.
e.g. "We need a tool to mask Chinese social security numbers before sending data to an LLM API."
validations:
required: true

- type: textarea
id: alternatives
attributes:
label: Alternatives Considered
description: Any alternative solutions or features you've explored?

- type: textarea
id: context
attributes:
label: Additional Context
description: Any other context, screenshots, or references.
Loading