diff --git a/.github/DISCUSSION_TEMPLATE/propose.yml b/.github/DISCUSSION_TEMPLATE/propose.yml index b87a68c..4c6449b 100644 --- a/.github/DISCUSSION_TEMPLATE/propose.yml +++ b/.github/DISCUSSION_TEMPLATE/propose.yml @@ -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: | + "" + "# 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 +