From 095198200eb327d79f77424c6e002e3958265f0c Mon Sep 17 00:00:00 2001 From: seancolyer Date: Sun, 21 Jul 2013 20:12:36 -0400 Subject: [PATCH] Updating README to refer developers to investigate the devel branch. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7d81d51..09893358 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ You can [sign up](http://list.openpgpjs.org/) for our mailing list and ask for h A jsdoc build of our code comments is available at [doc/index.html](doc/index.html). Public calls should generally be made through the OpenPGP object [doc/openpgp.html](doc/openpgp.html). # How do I get involved? -You want to help, great! Go ahead and fork our repo, make your changes and make a pull request. Please be sure that you run `make minify` from the root directory to concatenate and minify the library into the `resources/` directory. +You want to help, great! Go ahead and fork our repo, make your changes +and make a pull request. **For any significant changes, use the "devel" branch. This will eventually be merged into the current master.** Please be sure that you run `make minify` from the root directory to concatenate and minify the library into the `resources/` directory. It is extra awesome if you write tests for the code you change. Our test coverage is relatively weak, so if you can add cases that is great. @@ -31,4 +32,4 @@ Below is a collection of resources, many of these were projects that were in som * [http://fitblip.github.com/JSPGP-Stuffs/](http://fitblip.github.com/JSPGP-Stuffs/) * [http://qooxdoo.org/contrib/project/crypto](http://qooxdoo.org/contrib/project/crypto) * [https://github.com/GPGTools/Mobile/wiki/Introduction](https://github.com/GPGTools/Mobile/wiki/Introduction) -* [http://gpg4browsers.recurity.com/](http://gpg4browsers.recurity.com/) \ No newline at end of file +* [http://gpg4browsers.recurity.com/](http://gpg4browsers.recurity.com/)