|
1 | 1 | # Contributing to jade
|
2 | 2 |
|
| 3 | +Please feel free to open an issue with jade for *any* communication, such as |
| 4 | +questions or bugs. |
| 5 | + |
| 6 | +For bugs, please search the docs first. If the bug persists, please create an |
| 7 | +issue and post the entire error message, log and source code, so that it can |
| 8 | +be reproduced as accurately as possible. |
| 9 | + |
3 | 10 | ### Step 1: Fork
|
4 | 11 |
|
5 | 12 | Fork the project [on GitHub](https://github.com/jadejs/jade) and check out your
|
@@ -52,9 +59,6 @@ structured (license boilerplate, common includes, etc.).
|
52 | 59 | $ npm test
|
53 | 60 | ```
|
54 | 61 |
|
55 |
| -Make sure that all tests pass. Please, do not submit patches that fail. |
56 |
| - |
57 |
| - |
58 | 62 | ### Step 6: Push
|
59 | 63 |
|
60 | 64 | ```text
|
@@ -113,11 +117,10 @@ CoC](http://www.rust-lang.org/conduct.html).
|
113 | 117 | excludes people in socially marginalized groups.
|
114 | 118 | * Private harassment is also unacceptable. No matter who you are, if
|
115 | 119 | you feel you have been or are being harassed or made uncomfortable
|
116 |
| - by a community member, please contact one of the channel ops or any |
117 |
| - of the TC members immediately with a capture (log, photo, email) of |
118 |
| - the harassment if possible. Whether you're a regular contributor or |
119 |
| - a newcomer, we care about making this community a safe place for you |
120 |
| - and we've got your back. |
| 120 | + by a community member, please open an issue immediately with a capture |
| 121 | + (log, photo, email) of the harassment if possible. Whether you're a |
| 122 | + regular contributor or a newcomer, we care about making this community |
| 123 | + a safe place for you and we've got your back. |
121 | 124 | * Likewise any spamming, trolling, flaming, baiting or other
|
122 | 125 | attention-stealing behaviour is not welcome.
|
123 | 126 | * Avoid the use of personal pronouns in code comments or
|
|
0 commit comments