mirror of
https://github.com/tauri-apps/rfcs.git
synced 2026-01-31 00:35:24 +01:00
Merge pull request #5 from tauri-apps/rfcs-2.0
Create proposal template
This commit is contained in:
35
.github/DISCUSSION_TEMPLATE/propose.yml
vendored
Normal file
35
.github/DISCUSSION_TEMPLATE/propose.yml
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
title: "[Proposal] "
|
||||
body:
|
||||
- type: textarea
|
||||
id: summary
|
||||
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?"
|
||||
validations:
|
||||
required: true
|
||||
Reference in New Issue
Block a user