-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
613 additions
and
1,116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.