mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 01:10:42 +08:00
42 lines
1.3 KiB
YAML
Executable file
42 lines
1.3 KiB
YAML
Executable file
name: Report a Missing Feature
|
|
description: We would like you to inform us what features from the SuiteCRM 7 are missing in the SuiteCRM 8
|
|
labels: ["Type:Missing Feature"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value:
|
|
"## "
|
|
- type: markdown
|
|
attributes:
|
|
value:
|
|
"## Thanks in advance for your time filling out the form!"
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Before you open an issue, please:
|
|
- check if this missing feature has already been reported or has been closed before.
|
|
|
|
If instead you want to suggest new features/enhancements, please use the community forums [Suggestion Box](https://community.suitecrm.com/c/suggestion-box/)
|
|
|
|
- type: textarea
|
|
id: feature
|
|
attributes:
|
|
label: Feature
|
|
description: Provide a detailed description of the feature present in SuiteCRM 7 that you are missing in SuiteCRM 8
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Context
|
|
description: Add any other context or screenshots about the feature request here.
|
|
validations:
|
|
required: true
|
|
- type: markdown
|
|
attributes:
|
|
value:
|
|
"## "
|
|
- type: markdown
|
|
attributes:
|
|
value:
|
|
"## Thank you for the feature request!"
|