| OLD | NEW |
| 1 title=Contributing code to Adblock Plus | 1 title=Contributing code to Adblock Plus |
| 2 | 2 |
| 3 | 3 |
| 4 <h2>{{s1 Finding something to work on}}</h2> | 4 <h2>{{s1 Finding something to work on}}</h2> |
| 5 | 5 |
| 6 <ul> | 6 <ul> |
| 7 <li>{{s2 If you know <strong>JavaScript</strong>, you can work on <a href="https
://hg.adblockplus.org/adblockplus/">Adblock Plus for Firefox</a> or <a href="htt
ps://hg.adblockplus.org/adblockpluschrome/">Adblock Plus for Chrome, Opera and S
afari</a>.}}</li> | 7 <li>{{s2 If you know <strong>JavaScript</strong>, you can work on <a href="https
://hg.adblockplus.org/adblockplus/">Adblock Plus for Firefox</a> or <a href="htt
ps://hg.adblockplus.org/adblockpluschrome/">Adblock Plus for Chrome, Opera and S
afari</a>.}}</li> |
| 8 <li>{{s3 If you know <strong>Python</strong>, you can work on the <a href="https
://hg.adblockplus.org/buildtools/">build system</a> or the <a href="https://hg.a
dblockplus.org/sitescripts/">backend</a>.}}</li> | 8 <li>{{s3 If you know <strong>Python</strong>, you can work on the <a href="https
://hg.adblockplus.org/buildtools/">build system</a> or the <a href="https://hg.a
dblockplus.org/sitescripts/">backend</a>.}}</li> |
| 9 <li>{{s4 If you know <strong>C++</strong>, you can work on <a href="https://hg.a
dblockplus.org/libadblockplus/">libadblockplus</a> or <a href="https://hg.adbloc
kplus.org/adblockplusie/">Adblock Plus for Internet Explorer</a>.}}</li> | 9 <li>{{s4 If you know <strong>C++</strong>, you can work on <a href="https://hg.a
dblockplus.org/libadblockplus/">libadblockplus</a> or <a href="https://hg.adbloc
kplus.org/adblockplusie/">Adblock Plus for Internet Explorer</a>.}}</li> |
| 10 <li>{{s5 If you know <strong>Java</strong>, you can work on <a href="https://hg.
adblockplus.org/adblockplusandroid/">Adblock Plus for Android</a>.}}</li> | 10 <li>{{s5 If you know <strong>Java</strong>, you can work on <a href="https://hg.
adblockplus.org/adblockplusandroid/">Adblock Plus for Android</a> or <a href="ht
tps://bitbucket.org/adblockplus/adblockbrowser">Adblock Browser for Android</a>.
}}</li> |
| 11 <li>{{s6 If you know <strong>Puppet</strong>, you can work on <a href="https://h
g.adblockplus.org/infrastructure/">our infrastructure</a>.}}</li> | 11 <li>{{s6 If you know <strong>Puppet</strong>, you can work on <a href="https://h
g.adblockplus.org/infrastructure/">our infrastructure</a>.}}</li> |
| 12 </ul> | 12 </ul> |
| 13 | 13 |
| 14 <p> | 14 <p> |
| 15 {{s7 Note that most of our projects are also on <a href="https://github.com/adbl
ockplus">GitHub</a>, if you prefer that.}} | 15 {{s7 Note that most of our projects are also on <a href="https://github.com/adbl
ockplus">GitHub</a>, if you prefer that.}} |
| 16 </p> | 16 </p> |
| 17 | 17 |
| 18 <p> | 18 <p> |
| 19 {{s8 We're keeping track of all the things we want to fix and improve on our <a
href="https://issues.adblockplus.org">issue tracker</a>.}} | 19 {{s8 We're keeping track of all the things we want to fix and improve on our <a
href="https://issues.adblockplus.org">issue tracker</a>.}} |
| 20 </p> | 20 </p> |
| (...skipping 17 matching lines...) Expand all Loading... |
| 38 | 38 |
| 39 <p> | 39 <p> |
| 40 {{s15 Now you can send us your patch. You can either attach it to the issue, or
create a pull request on <a href="https://github.com/adblockplus">GitHub</a>.}} | 40 {{s15 Now you can send us your patch. You can either attach it to the issue, or
create a pull request on <a href="https://github.com/adblockplus">GitHub</a>.}} |
| 41 </p> | 41 </p> |
| 42 | 42 |
| 43 <p>{{s16 Finally, before we can accept your patch, you need to sign the <a href=
"https://adblockplus.org/eyeo-contributor-license-agreement.pdf">contributor agr
eement</a>. Please print it out, sign it, scan that or take a picture of it and
send it to one of your reviewers.}}</p> | 43 <p>{{s16 Finally, before we can accept your patch, you need to sign the <a href=
"https://adblockplus.org/eyeo-contributor-license-agreement.pdf">contributor agr
eement</a>. Please print it out, sign it, scan that or take a picture of it and
send it to one of your reviewers.}}</p> |
| 44 | 44 |
| 45 <h2>{{s17 Becoming a committer}}</h2> | 45 <h2>{{s17 Becoming a committer}}</h2> |
| 46 | 46 |
| 47 <p>{{s18 If you intend to contribute to a project on a regular basis, you might
want to <a href="committer">become a committer</a>.}}</p> | 47 <p>{{s18 If you intend to contribute to a project on a regular basis, you might
want to <a href="committer">become a committer</a>.}}</p> |
| OLD | NEW |