Skip to content
nicknaky edited this page Sep 4, 2015 · 1 revision

Create a new branch labeled with the issue number

git checkout -b issue-1497

Grab most popular / most cross-platform bug

Check the tags to see the number of browsers that are affected by the bug.

Solve it

Test it & make sure it doesn’t break anything else. Ask yourself “would this be something good to unit test” If you’re not sure, ask Samir

Send it to Nick(@nicknaky)/Jason(@f230536) to review & debug

Ensure nothing is wrong with the new code. Create unit tests.

Nick/Jason to submit a pull-request on Github

Samir(@sam1rm) will review and approve.

Clone this wiki locally