Skip to content
This repository was archived by the owner on Mar 7, 2021. It is now read-only.

Commit a5a85f5

Browse files
committed
Create CONTRIBUTING.md
1 parent cb1b4ba commit a5a85f5

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

Diff for: CONTRIBUTING.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Contributing
2+
3+
We're always excited to have contributions of any form!
4+
5+
Examples of contributions include:
6+
7+
* Code patches
8+
* Documentation improvements
9+
* Bug reports and patch reviews
10+
11+
## Filing issues
12+
13+
If you're filing an issue for a build error, please include enough information
14+
for us to diagnose and reproduce the issue. This generally means, at a minimum
15+
the kernel version (and, if it's not a vanilla upstream kernel, where you got
16+
the kernel from) and your compiler versions (Rust, Clang, and GCC).
17+
18+
## Contributing code
19+
20+
To contribute code, you can send a pull request on Github. Please make sure your
21+
code is formatted with `cargo fmt`, builds, the tests pass, and it's `cargo
22+
clippy`-clean. Don't worry, we've got continuous integration if you miss
23+
anything.

0 commit comments

Comments
 (0)