mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-19 14:57:55 -05:00
64 lines
1.9 KiB
YAML
64 lines
1.9 KiB
YAML
name: ✨ Feature Request
|
|
description: Suggest an idea for this project
|
|
title: "[Feature]: "
|
|
labels: ["enhancement"]
|
|
assignees: ["none"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this feature request! 🤗
|
|
Please make sure this feature request hasn't been already submitted by someone by looking through other open/closed issues. 😃
|
|
|
|
- type: dropdown
|
|
attributes:
|
|
multiple: false
|
|
label: Type of Feature
|
|
description: Select the type of feature request.
|
|
options:
|
|
- "✨ New Feature"
|
|
- "📝 Documentation"
|
|
- "🎨 Style and UI"
|
|
- "🔨 Code Refactor"
|
|
- "⚡ Performance Improvements"
|
|
- "✅ New Test"
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: ospos-version
|
|
attributes:
|
|
label: OpensourcePOS Version
|
|
description: What version of our software are you running?
|
|
options:
|
|
- opensourcepos 3.3.9
|
|
- opensourcepos 3.3.8
|
|
- opensourcepos 3.3.7
|
|
default: 0
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
description: Give us a brief description of the feature or enhancement you would like
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: additional-information
|
|
attributes:
|
|
label: Additional Information
|
|
description: Give us some additional information on the feature request like proposed solutions, links, screenshots, etc.
|
|
|
|
- type: checkboxes
|
|
id: terms
|
|
attributes:
|
|
label: Verify you searched open requests in OpensourcePOS
|
|
description: By submitting this request you agree that you have searched Open Requests in the Tracker
|
|
options:
|
|
- label: I agree I have searched Open Requests
|
|
required: true
|
|
|