Skip to content

Commit c90b522

Browse files
authored
Create CONTRIBUTING.md
1 parent c34f8b6 commit c90b522

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CONTRIBUTING.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Contributing to a Rust Foundation Project
2+
3+
Thank you for your interest in contributing to this Rust Foundation project.
4+
We are happy and excited to review and accept your pull requests.
5+
6+
## Before You Begin Contributing
7+
8+
### Licenses
9+
10+
There is no Contributor License Agreement to sign to contribute this project.
11+
Your contribution will be covered by the license(s) granted for this
12+
repository, commonly MIT, Apache, and/or CC-BY, but could be a different
13+
license. In other words, your contribution will be licensed to the Foundation
14+
and all downstream users under those licenses. You can read more in the
15+
Foundation's [intellectual property policy][ip-policy].
16+
17+
### Code of Conduct
18+
19+
Please review and adhere to the [code of conduct](CODE_OF_CONDUCT.md) before
20+
contributing any pull requests.
21+
22+
## Contribution Process
23+
24+
All submissions, including submissions by project members, require review. We
25+
use GitHub pull requests for this purpose. Consult [GitHub Help][pull-requests]
26+
for more information on using pull requests.
27+
28+
### Issues
29+
30+
Do you just want to file an issue for the project? Please do so in GitHub under
31+
the `Issues` tab.
32+
33+
[ip-policy]: https://foundation.rust-lang.org/policies/intellectual-property-policy/
34+
[pull-requests]: https://help.github.com/articles/about-pull-requests/

0 commit comments

Comments
 (0)