Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: locales/en/contribute-code.json

Issue 6021528219025408: Issue #1170 More progress migrating adblockplus.org to our CMS. (Closed)
Patch Set: Created Sept. 1, 2014, 10:45 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « locales/en/contribute.json ('k') | locales/en/contributors.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "title": { 2 "title": {
3 "message": "Contributing code to Adblock Plus" 3 "message": "Contributing code to Adblock Plus"
4 }, 4 },
5 "s1": { 5 "s1": {
6 "message": "Finding something to work on" 6 "message": "Finding something to work on"
7 }, 7 },
8 "s2": { 8 "s2": {
9 "message": "If you know <strong>JavaScript</strong>, you can work on <a>Adbl ock Plus for Firefox</a> or <a>Adblock Plus for Chrome and Opera</a>." 9 "message": "If you know <strong>JavaScript</strong>, you can work on <a>Adbl ock Plus for Firefox</a> or <a>Adblock Plus for Chrome, Opera and Safari</a>."
10 }, 10 },
11 "s3": { 11 "s3": {
12 "message": "If you know <strong>Python</strong>, you can work on the <a>buil d system</a> or the <a>backend</a>." 12 "message": "If you know <strong>Python</strong>, you can work on the <a>buil d system</a> or the <a>backend</a>."
13 }, 13 },
14 "s4": { 14 "s4": {
15 "message": "If you know <strong>C++</strong>, you can work on <a>libadblockp lus</a> or <a>Adblock Plus for Internet Explorer</a>." 15 "message": "If you know <strong>C++</strong>, you can work on <a>libadblockp lus</a> or <a>Adblock Plus for Internet Explorer</a>."
16 }, 16 },
17 "s5": { 17 "s5": {
18 "message": "If you know <strong>Java</strong>, you can work on <a>Adblock Pl us for Android</a>." 18 "message": "If you know <strong>Java</strong>, you can work on <a>Adblock Pl us for Android</a>."
19 }, 19 },
20 "s6": { 20 "s6": {
21 "message": "If you know <strong>Puppet</strong>, you can work on <a>our infr astructure</a>."
22 },
23 "s7": {
21 "message": "Note that most of our projects are also on <a>GitHub</a>, if you prefer that." 24 "message": "Note that most of our projects are also on <a>GitHub</a>, if you prefer that."
22 }, 25 },
23 "s7": { 26 "s8": {
27 "message": "We're keeping track of all the things we want to fix and improve on our <a>issue tracker</a>."
28 },
29 "s9": {
30 "message": "If you already know what you want to do, feel free to create an issue there. If not, have a look at the issues marked as <a>goodfirstbug</a>.\nI f you don't find anything interesting, feel free to pick any other issue."
31 },
32 "s10": {
33 "message": "In any case, please write a comment saying that you'd like to wo rk on something before you get started. That way we can make sure no one else is working on the same thing already."
34 },
35 "s11": {
24 "message": "Getting in touch" 36 "message": "Getting in touch"
25 }, 37 },
26 "s8": { 38 "s12": {
27 "message": "If you picked something to work on, or need help finding somethi ng, drop by our IRC channel: <a>#adblockplus on irc.mozilla.org</a>. There's als o a <a>web-based client</a>." 39 "message": "Feel free to join our IRC channel if you need help or want to ch at: <a>#adblockplus on irc.mozilla.org</a>. There's also a <a>web-based client</ a>."
28 }, 40 },
29 "s9": { 41 "s13": {
30 "message": "Submitting a patch" 42 "message": "Submitting a patch"
31 }, 43 },
32 "s10": { 44 "s14": {
33 "message": "Once you've made and tested your changes, first make sure they'r e in line with our <a>coding style</a>." 45 "message": "Once you've made and tested your changes, first make sure they'r e in line with our <a>coding style</a>."
34 }, 46 },
35 "s11": { 47 "s15": {
36 "message": "Now you can send us your patch. You can either find someone on I RC to review it and send it to them via email, or create a pull request on <a>Gi tHub</a>." 48 "message": "Now you can send us your patch. You can either attach it to the issue, or create a pull request on <a>GitHub</a>."
37 }, 49 },
38 "s12": { 50 "s16": {
39 "message": "Finally, before we can accept your patch, you need to sign the < a>contributor agreement</a>. Please print it out, sign it, scan that or take a p icture of it and send it to one of your reviewers." 51 "message": "Finally, before we can accept your patch, you need to sign the < a>contributor agreement</a>. Please print it out, sign it, scan that or take a p icture of it and send it to one of your reviewers."
52 },
53 "s17": {
54 "message": "Becoming a committer"
55 },
56 "s18": {
57 "message": "If you intend to contribute to a project on a regular basis, you might want to <a>become a committer</a>."
40 } 58 }
41 } 59 }
OLDNEW
« no previous file with comments | « locales/en/contribute.json ('k') | locales/en/contributors.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld