diff options
Diffstat (limited to 'pages')
-rw-r--r-- | pages/docs/get-involved/coding.haml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pages/docs/get-involved/coding.haml b/pages/docs/get-involved/coding.haml index 236aa64..3bfdfb4 100644 --- a/pages/docs/get-involved/coding.haml +++ b/pages/docs/get-involved/coding.haml @@ -1,6 +1,12 @@ - @title = "Contributing Code" - @summary = "How to issue a pull request." +%h2 Guidelines + +%p Please see the <a href="https://github.com/leapcode/bitmask_client/blob/develop/CONTRIBUTING.rst">CONTRIBUTING</a> file in the <a href="https://github.com/leapcode/bitmask_client">bitmask_client</a> repository. + +%h2 Example PR + %p All development happens via pull requests. To add a new feature or fix a bug, the developer must create a new branch off <code>develop</code>, make their changes, and then issue a pull request for another developer to review before the changes get merged back into <code>develop</code>. %p Here is an example, using github with username <code>rms</code> and repository <code>bitmask_client</code>. You don't need to use github, but it is a friendly way to get started. |