summaryrefslogtreecommitdiff
path: root/pages/docs/get-involved
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2016-01-13 15:34:11 -0800
committerelijah <elijah@riseup.net>2016-01-13 15:34:11 -0800
commit9a3282b64e252ce36b856c06b850e4fe16374f69 (patch)
treecd88c6021f708c440123413d3fd431b572c66988 /pages/docs/get-involved
parent1d439f0b3cd9052d92822fcee9822f9ec36625ab (diff)
update get-involved page
Diffstat (limited to 'pages/docs/get-involved')
-rw-r--r--pages/docs/get-involved/coding.haml6
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.