Skip to content
Weiqing edited this page Nov 13, 2015 · 14 revisions

Getting Started

Welcome to the Coursemology2 wiki! This wiki is intended help contributors get started to contributing on Coursemology.

Please take a look at the Getting Started to understand a little more about Coursemology2.

Contributing Guidelines

We adopt a pull request model for Coursemology2. As much as possible, please adhere to the following best practices:

  • Smaller PRs are preferred, for easier reviewing (~3 min, ~300 lines excluding specs)
  • For new features, split into 2 PRs: One for model, one for controller-view
  • If the feature is complicated, implement one action at a time (if complicated)

Before starting on any development work, please read the contributing guidelines to understand the conventions adopted by the core team.

Clone this wiki locally