Table of Contents generated with DocToc
Please, behave yourself.
- Follow the style of the code already present. Your code should pass the specs laid out in
.jshintrc
,.jscs.json
and.editorconfig
. You can ensure it does so by runningnpm i && npm run lint
. - If you make an API change, please update
README.md
- Fork the Repo
- Add a test for your change. This test should fail before your change is implemented and succeed after.
- All tests should pass.
- Send a pull request.
GitHub issues can be treated like a massive, communal todo list. If you notice something wrong, toss an issue in and we'll get to it!
TL;DR Put issues into the right milestone if available. Don't create new milestones or labels. Talk to the responsible person on a milestone before adding issues to a milestone that have a due date.
- mark with the "bug" label
- The following things are helpful
- screenshots with a description showing the problem.
- js console or server logs
- contact information of users who experienced this request
- the time of the bug so that relevant logs can be found
- The following thins should always be included
- the steps it would take to reproduce the issue
- what happened when you followed those steps
- what you expected to happen that didn't
Should be marked with the "enhancement" label
Assignees are responsible for completing an issue. Do not assign a person to an issue unless they agree to it. Generally, people should assign themselves.
- If your issue fits into a milestone please add it there. Issues with no milestone are fine – they'll be gone through periodically and assigned.
- Creation of new milestones is by group consensus only. Don't do it on your own.
- A milestone with a due date should have a "responsible person" listed in the description. That doesn't mean that person is the sole person to work on it, just that they're the one responsible for coordinating efforts around that chunk of work.
- → Once a milestone has a due date, only issues okay'd by the responsible person can be added. This ensures that a chunk of work can be delivered by the promised due date.
- issues don't get the "prioritize this!" or "CRITICAL" unless they really apply. "I want this new feature now" does not qualify as important. Generally, these labels should only be applied by people setting up a batch of work. Abuse these labels and they'll be come meaningless.
- Creation of new labels is by group consensus. Don't do it on your own!
- try to add any appropriate labels.
- If this is a browser bug, add the "browser label", and prefix your issue title with the browser version and the URL you encountered the problem on. e.g.
IE 9: /wisps/xxx can't click on the search input
- screenshots are always handy
- If your issue is urgent, there's probably a milestone that it belongs in.