diff --git a/README.md b/README.md index 163258c..d81cf99 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ For example: // Before any database queries: - use /DOEM/Encryption/Cipher; + use UWDOEM\Encryption\Cipher; Cipher::createInstance("mysecretpassphrase"); @@ -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.