mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
25 lines
1.3 KiB
YAML
25 lines
1.3 KiB
YAML
name: "\U0001F680 New feature proposal"
|
|
description: Suggest an idea for this project
|
|
labels: [":sparkles: feature request"]
|
|
body:
|
|
- 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?
|
|
|
|
An important design goal of Vue is keeping the API surface small and straightforward. In general, we only consider adding new features that solve a problem that cannot be easily dealt with using existing APIs (i.e. not just an alternative way of doing things that can already be done). The problem should also be common enough to justify the addition.
|
|
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
|