forked from NovaEngineering-Source/CatRoom
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
64 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
title: Proposal Name | ||
body: | ||
- type: input | ||
id: summary | ||
attributes: | ||
label: Summary | ||
placeholder: Present your proposal with a sentence or two... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: goal | ||
attributes: | ||
label: Goals | ||
placeholder: What are the goals for this proposal? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: non-goals | ||
attributes: | ||
label: Non Goals | ||
placeholder: What are not the goals for this proposal? This can help eliminating feature creeping. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: motivation | ||
attributes: | ||
label: Motivation | ||
placeholder: What made you want to propose this idea? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
placeholder: Write everything down to the tiniest detail! | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: dependencies | ||
attributes: | ||
label: Dependencies | ||
placeholder: Does this proposal depend on any prior proposals and/or any external projects? | ||
- type: textarea | ||
id: references | ||
attributes: | ||
label: References | ||
placeholder: Note down anything you referenced, whether that be links, papers etc. | ||
- type: checkboxes | ||
id: acknowledge | ||
attributes: | ||
label: Guidelines | ||
description: | | ||
View the guidelines here: [Cleanroom Feature Proposal Guidelines](../blob/main/CFP_GUIDELINES.md) | ||
options: | ||
- label: I have and will continue to adhere to the guidelines | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Cleanroom Feature Proposal Guidelines | ||
|
||
1. Be as descriptive as possible! | ||
2. Keep the content sensible. | ||
3. Keep the profanities to a minimal level. | ||
4. Don't spam proposals that are still in draft stage, the triage will take a look at it in due time! | ||
5. Or, just don't spam at all! | ||
6. Feel free to ping a triage member whenever the proposal has moved to a new stage, but only once! |