Skip to content
Snippets Groups Projects
Unverified Commit ce1e9d05 authored by anonimal's avatar anonimal
Browse files

Docs: add General Guidelines to contributing guide

parent b5b823fd
No related branches found
No related tags found
No related merge requests found
# General Guidelines
- Commits should be [atomic](https://en.wikipedia.org/wiki/Atomic_commit#Atomic_commit_convention) and diffs should be easy to read. Please try to not mix formatting fixes with non-formatting commits
- The body of the pull request should:
* contain an accurate description of what the patch does
* provide justification/reasoning for the patch (when appropriate)
* include references to any discussions such as other tickets or chats on IRC
- If a particular commit references another issue, please add a reference. For example "See #123", or "Fixes #123". This will help us resolve tickets when we merge into `master`
# [Code of Conduct (22/C4.1)](http://rfc.zeromq.org/spec:22)
## License
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment