Skip to content

Contribution guidelines

Danni Larsen edited this page Aug 10, 2016 · 9 revisions

Using the issue tracker

The issue tracker is the preferred channel for bug reports, features requests and submitting pull requests

Issues and labels

Our bug tracker utilizes several labels to help organize and identify issues. Here's what they represent and how we use them:

  • css - Issues stemming from our compiled CSS or source Less/Sass files.
  • docs - Issues for improving or updating our documentation.
  • feature - Issues asking for a new feature to be added, or an existing one to be extended or modified. New features require a minor version bump (e.g., v3.0.0 to v3.1.0).
  • gulp - Issues with our included JavaScript-based Gulpfile, which is used to concatenate and compile source files, and more.
  • help wanted - Issues we need help from the community to resolve.
  • js - Issues stemming from our compiled or source JavaScript files.
  • suggestion - Suggestion for new features or new ways of doing things.
  • wontfix - As the title says, issues that will not be fixed.

For a complete look at our labels, see the our labels page.

Bug reports

If you find a bug you can submit it in the issue tracker or you can fork the project, and if you have a fix for the bug yourself. Submit a pull request with the issue id as part of the name, like Fixing issue #44. We will review it as quickly as possible, and merge it when approved.

Clone this wiki locally