Update propose.yml

This commit is contained in:
Lorenzo Lewis
2023-02-24 12:51:34 +00:00
committed by GitHub
parent 4fbe8335fe
commit 618bbc417d

View File

@@ -1,35 +1,22 @@
title: "[Proposal] "
body:
- type: textarea
id: summary
id: details
attributes:
label: Summary
description: "Describe the proposal in one sentence."
validations:
required: true
- type: textarea
id: motivation
attributes:
label: Motivation
description: "Why are we doing this? What different use cases does it impact/support? What is the expected outcome? What will Tauri What will users of Tauri (whether Tauri core developers, developers using Tauri or Tauri app users) gain from this?"
validations:
required: true
- type: textarea
id: proposal
attributes:
label: Proposal
description: |
Go into as much detail as you'd like about how this should work. Some points to consider including (but not required) are:
- Solution, alternatives considered, performance implications
- Impact (engineering, performance, users, security, platform and environment)
- Compatibility, dependencies
- Examples
validations:
required: true
- type: textarea
id: questions
attributes:
label: Questions and Discussion Topics
description: "Are there open questions or topics that you'd like to discuss?"
label: Details
value: |
"<!-- You're welcome to use any format you would like. We've pre-populated some suggested sections below to help you get started --!>"
"# Summary"
Describe the proposal in one sentence to make it easier for viewers to understand.
"# Motivation"
What is the reason behind this proposal? What's the expected outcome?
"# Proposal"
Go into as much or as little detail as you'd like about how this should work. You can include solutions, alternatives, examples, implications or anything else that you've thought of.
"# Open Questions"
If you have questions or points that you'd like to pose for more in-depth discussion feel free to put them here.
validations:
required: true