Skip to content

Commit

Permalink
fixes #34 Update warnings about release
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Oct 30, 2018
1 parent 62c3b5f commit 351f883
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ If you're thinking of contributing, here's what you should know.

# The remaining items below are consequences of the items above.

4. All code must pass go vet, and be go fmt compliant.
4. All code must pass `go vet`, and be `go fmt` compliant.

5. New features should have tests, and the existing tests must continue
to pass. We use the go test framework.
Expand All @@ -46,8 +46,8 @@ If you're thinking of contributing, here's what you should know.
end of the AUTHORS file. (Please do this, particularly for non-trivial
changes!)

10. Submit a github pull request. Ideally just one bug per PR if possible,
and based upon the latest commit in the github master branch.
10. Submit a GitHub pull request. Ideally just one bug per PR if possible,
and based upon the latest commit in the GitHub master branch.

11. We may rebase your changes, including squashing multiple commits,
or ask you to do so, if you have not followed the procedure above, or
Expand Down
7 changes: 3 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ These are colloquially known as a "`nanomsg`".
a|image::mangos.jpg[float="right"]
|===

WARNING: THIS IS A WORK-IN-PROGRESS AND NOT READY FOR GENERAL USE YET.
This represents version 2 of _mangos_, and contains breaking changes and
rather different API. To use the the original version of _mangos_ please
see https://github.com/nanomsg/mangos
NOTE: This is version 2 of _mangos_, and contains breaking changes and
rather different API in some circumstances relative to version 1. To use the
original version of _mangos_ please see https://github.com/nanomsg/mangos

The modern C implemenation of the SP protocols is available as
https://github.com/nanomsg/nng[__NNG™__].
Expand Down

0 comments on commit 351f883

Please sign in to comment.