-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CONTRIBUTING.md
File
#3
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some comments LGTM otherwise
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CONTRIBUTING.md
Outdated
2. Test code, where panicking is acceptable. | ||
|
||
In either case, add a comment explaining why it's safe to `unwrap` or `expect` | ||
with a comment starting with `// SAFE: ...`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
with a comment starting with `// SAFE: ...`. | |
with a comment starting with `// SAFETY: ...`. |
Provably was SAFETY
and not SAFE
, sorry, or probably you was right? looking at https://std-dev-guide.rust-lang.org/policy/safety-comments.html
Signed-off-by: Tarek <[email protected]>
Adding contribution guidelines. Mostly influenced by: