mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 13:54:15 -07:00
Beginning CMake configuration for ZT
Only tested on Windows so far
This commit is contained in:
parent
af5d3a7f0b
commit
0b3b5f6174
111 changed files with 19586 additions and 36 deletions
26
ext/librabbitmq/CONTRIBUTING.md
Normal file
26
ext/librabbitmq/CONTRIBUTING.md
Normal file
|
@ -0,0 +1,26 @@
|
|||
Contributing to rabbitmq-c
|
||||
==========================
|
||||
|
||||
Thanks for contributing to rabbitmq-c. I firmly believe that participation helps
|
||||
make open source software great. With that there are a few things that can be
|
||||
done to make our interaction a bit smoother.
|
||||
|
||||
Please use the following guidelines when creating an issue or submitting a
|
||||
pull request
|
||||
|
||||
Creating an issue
|
||||
-----------------
|
||||
When submitting an issue its helpful to know the following
|
||||
- What version of rabbitmq-c are you using?
|
||||
- What operating system and version are you running on?
|
||||
- What compiler and version are you running?
|
||||
-
|
||||
- If its a build system issue: which build system are you using (
|
||||
|
||||
|
||||
Submitting a pull-request
|
||||
-------------------------
|
||||
I love to get code contributions, a few things that can help out:
|
||||
- Make sure your commits are rebased on the current master branch
|
||||
- Please collapse your commits down to a couple logical commits
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue