File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ # Contributing to This Project
2+
3+ Thank you for your interest in this project. Please read this document
4+ carefully before considering any contributions.
5+
6+ At this time, this guide is intended to be a living document. It still lacks
7+ important points and details, and future versions of the language and compiler
8+ may render some recommendations obsolete. We are eager to discuss and to receive
9+ contributions from anyone who is aware of common or uncommon pitfalls to avoid,
10+ or good coding practices and tools that can help building more robust software
11+ with the Rust language.
12+
13+ Thus, feel free to create pull requests to suggest recommendations or
14+ modifications, or to submit an issue to start discussions. Specifically, please
15+ opt for a * pull request* for small changes like:
16+
17+ - complementing a paragraph,
18+ - adding a small example in the form of code snippet,
19+ - updating some information
20+ - fixing typos and English mistakes,
21+ - etc.
22+
23+ and for an * issue* in case of more substantive changes:
24+
25+ - suggesting a new recommendation,
26+ - discussing controversial points,
27+ - rewording a consistent part of the text,
28+ - etc.
You can’t perform that action at this time.
0 commit comments