forked from vllm-project/vllm
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Misc] add RFC issue template (vllm-project#4401)
Co-authored-by: Simon Mo <[email protected]>
- Loading branch information
1 parent
a62aaf1
commit aba47be
Showing
1 changed file
with
49 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,49 @@ | ||
name: 💬 Request for comments (RFC). | ||
description: Ask for feedback on major architectural changes or design choices. | ||
title: "[RFC]: " | ||
labels: ["RFC"] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: > | ||
#### Please take a look at previous [RFCs](https://github.com/vllm-project/vllm/issues?q=label%3ARFC+sort%3Aupdated-desc) for reference. | ||
- type: textarea | ||
attributes: | ||
label: Motivation. | ||
description: > | ||
The motivation of the RFC. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Proposed Change. | ||
description: > | ||
The proposed change of the RFC. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Feedback Period. | ||
description: > | ||
The feedback period of the RFC. Usually at least one week. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: CC List. | ||
description: > | ||
The list of people you want to CC. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Any Other Things. | ||
description: > | ||
Any other things you would like to mention. | ||
validations: | ||
required: false | ||
- type: markdown | ||
attributes: | ||
value: > | ||
Thanks for contributing 🎉! |