mirror of https://github.com/abpframework/abp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.2 KiB
35 lines
1.2 KiB
name: 💡 Feature request
|
|
description: Suggest an idea for this project
|
|
labels: [feature-request]
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Is there an existing issue for this?
|
|
description: Please search to see if an issue already exists for the feature you are requesting. (https://github.com/abpframework/abp/issues).
|
|
options:
|
|
- label: I have searched the existing issues
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Is your feature request related to a problem? Please describe the problem.
|
|
description: A clear and concise description of what the problem is.
|
|
placeholder: I am trying to do [...] but [...]
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe the solution you'd like
|
|
description: |
|
|
A clear and concise description of what you want to happen. Include any alternative solutions you've considered.
|
|
placeholder: I would like to see [...]
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Additional context
|
|
description: |
|
|
Add any other context or screenshots about the feature request here.
|
|
placeholder: Add any other context or screenshots about the feature request here.
|
|
validations:
|
|
required: false
|