-
Notifications
You must be signed in to change notification settings - Fork 222
Suggest using MCP and RFC for substancial changes #1013
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,6 +25,15 @@ official website for more resources. | |
| **Please ask questions!** A lot of people report feeling that they are "wasting | ||
| expert time", but we do not feel that way. Contributors are important to us. | ||
|
|
||
| If you want to contribute substancial changes, please follow the recommended path of a Major | ||
| Change Proposal (MCP) or a Request For Comment (RFC) in order to have a prior discussion and | ||
| team buyout. You can learn more about what constitutes as "substancial" by reading the relevant | ||
| sections of the documentation for the [compiler][mcp-or-rcp-compiler] and for | ||
| [rustdoc][mcp-or-rcp-rustdoc]. | ||
|
|
||
| [mcp-or-rcp-compiler]: compiler/proposals-and-stabilization.html | ||
| [mcp-or-rcp-rustdoc]: rustdoc/proposals-and-stabilization.html | ||
|
|
||
|
Comment on lines
+28
to
+36
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This section assumes that you want to contribute to the compiler, T-libs-api use ACP not MCPs, T-lang use experiments, ...
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ATM as well (not really for this PR but yeah):
|
||
| ## How to start contributing? | ||
|
|
||
| The Rust project is quite large and it can be difficult to know which parts of the project need | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.