Skip to content

Commit

Permalink
Merge branch 'master' of github.com:UWEnrollmentManagement/Encryption
Browse files Browse the repository at this point in the history
  • Loading branch information
JASchilz committed Nov 23, 2015
2 parents 4c08ad1 + 04018c7 commit ac5260a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ For example:
// Before any database queries:
use /DOEM/Encryption/Cipher;
use UWDOEM\Encryption\Cipher;
Cipher::createInstance("mysecretpassphrase");
Expand Down Expand Up @@ -128,3 +128,11 @@ Getting Involved
================

Feel free to open pull requests or issues. [GitHub](https://github.com/UWEnrollmentManagement/Encryption) is the canonical location of this project.

Here's the general sequence of events for code contribution:

1. Open an issue in the [issue tracker](https://github.com/UWEnrollmentManagement/Encryption/issues/).
2. In any order:
* Submit a pull request with a **failing** test that demonstrates the issue/feature.
* Get acknowledgement/concurrence.
3. Revise your pull request to pass the test in (2). Include documentation, if appropriate.

0 comments on commit ac5260a

Please sign in to comment.