mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-05 02:55:31 +00:00
Create CONTRIBUTING.md
This commit is contained in:
parent
8224aabb2a
commit
cf7b3c6e1f
15
CONTRIBUTING.md
Normal file
15
CONTRIBUTING.md
Normal file
@ -0,0 +1,15 @@
|
||||
Thanks for your interest in contributing to `ouch`!
|
||||
|
||||
Feel free to open an issue anytime you wish to ask a question, suggest a feature, report a bug, etc.
|
||||
|
||||
# Requirements
|
||||
|
||||
1. Be kind, considerate and respectfull.
|
||||
2. If editing .rs files, run `rustfmt` on them before commiting.
|
||||
|
||||
Note that we are using `unstable` features of `rustfmt`, so you will need to change your toolchain to nightly.
|
||||
|
||||
# Suggestions
|
||||
|
||||
1. Ask for some guidance before solving an error if you feel like it.
|
||||
2. If editing Rust code, run `clippy` before commiting.
|
Loading…
x
Reference in New Issue
Block a user