Confirmed users
513
edits
Klahnakoski (talk | contribs) (formatting) |
Klahnakoski (talk | contribs) (more contributor notes) |
||
| Line 4: | Line 4: | ||
This project is highly visible to the FirefoxOS team, and Mozilla in general. | This project is highly visible to the FirefoxOS team, and Mozilla in general. | ||
= Hacking/ | = Hacking/Contribution = | ||
If you are good at making elegant UI, or are familiar with client side web frameworks, and you like having your work front-and-center (along with all the accolades and "constructive" feedback that comes with it) then this project is for you! | |||
Contributing to charts.mozilla.org has some distinct benefits over other projects: | Contributing to charts.mozilla.org has some distinct benefits over other projects: | ||
* Your work is highly visible to people working at Mozilla | * Your work is highly visible to people working at Mozilla | ||
* The pages are | * The pages are static HTML and Javascript; and can be deployed fast | ||
* Setting up a development environment is very simple | * Assuming you already know Javascript; there is a small learning curve. | ||
* Setting up a development environment is very simple | |||
== Code == | |||
The [https://github.com/mozilla/charts code and setup instructions] can be found on Github. Since these are simple static pages, you will find it quite easy. | |||
==Contact== | |||
You can contact me, Kyle Lahnakoski | |||
:'''IRC:''' ekyle@irc.mozilla.org (in #ateam) | |||
:'''email:''' klahnakoski@mozilla.com | |||
I am available to get you started and discuss bus that you may find interesting. | |||
==Good First Bugs== | ==Good First Bugs== | ||
This is a current list of bugs (from Bugzilla) that have been marked as simple, and exist primarily to ensure you are familiar with Github and the pull request process. | |||
<div> | <div> | ||
| Line 31: | Line 44: | ||
==All Open Issues== | ==All Open Issues== | ||
This is a list of bugs that are more involved. Please read through them to get an idea of where we would like to go with this project. | |||
<div> | <div> | ||
<bugzilla> | <bugzilla> | ||
| Line 42: | Line 57: | ||
</bugzilla> | </bugzilla> | ||
</div> | </div> | ||
= Architecture = | = Architecture = | ||