mirror of https://gitee.com/godoos/godoos.git
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.
34 lines
1.4 KiB
34 lines
1.4 KiB
name: "\U0001F680 New feature proposal"
|
|
description: Suggest an idea for this project
|
|
labels: [":sparkles: feature request"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
**Before You Start...**
|
|
|
|
This form is only for submitting feature requests. If you have a usage question
|
|
or are unsure if this is really a bug, make sure to:
|
|
|
|
- Read the [docs](https://hufe.club/canvas-editor-docs/)
|
|
|
|
Also try to search for your issue - another user may have already requested something similar!
|
|
|
|
- type: textarea
|
|
id: problem-description
|
|
attributes:
|
|
label: What problem does this feature solve?
|
|
description: |
|
|
Explain your use case, context, and rationale behind this feature request. More importantly, what is the **end user experience** you are trying to build that led to the need for this feature?
|
|
placeholder: Problem description
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: proposed-API
|
|
attributes:
|
|
label: What does the proposed API look like?
|
|
description: |
|
|
Describe how you propose to solve the problem and provide code samples of how the API would work once implemented. Note that you can use [Markdown](https://guides.github.com/features/mastering-markdown/) to format your code blocks.
|
|
placeholder: Steps to reproduce
|
|
validations:
|
|
required: true
|