Skip to content

Commit

Permalink
Cleanroom Feature Proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
Rongmario committed Feb 18, 2024
1 parent b9ea9bd commit 382f70d
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
56 changes: 56 additions & 0 deletions .github/DISCUSSION_TEMPLATE/draft.yml
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
8 changes: 8 additions & 0 deletions CFP_GUIDELINES.md
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!

0 comments on commit 382f70d

Please sign in to comment.