Skip to content
jcn edited this page Oct 17, 2014 · 3 revisions

We use Github Issues for our basic project management. We currently use six tags to organize our issues:

  • bug: problems with the existing codebase; things that are obviously wrong or missing
  • feature: a feature request; generally functionality that doesn't exist yet
  • idea: a pre-feature; open for discussion about whether it's even a good idea, implementation details, etc.
  • tasks: generally reserved for things like text changes, etc.
  • frontend: tasks that are primarily HTML or CSS, or which have a large frontend component
  • i18n: tasks that have text changes which will need to be localized

Some notes on using the issue tracking:

  • Please read through the existing issues to see whether we are already working on it
  • Please participate in the conversation, especially for "ideas" or "features" which may need more discussion

For developers:

  • If you are working on items that are in the issue tracker, please refer to them by ID by including "#ISSUE-NUM" in your commit message so we can link back to them
Clone this wiki locally