Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.34 KB

CONTRIBUTING.md

File metadata and controls

33 lines (20 loc) · 1.34 KB

How to Contribute

We encourage interested parties to collaborate in the MyTurn effort. Anyone who's excited over a new way to structure discussions is invited to take part.

Core Technologies

MyTurn is written in JavaScript using Node.js on the server side and Sencha Touch 2 on the client side. It is packaged to Android and iOS using PhoneGap.

Getting Started

  • Make sure you have a GitHub account
  • Submit a ticket for your issue, assuming one does not already exist.
    • Clearly describe the issue including steps to reproduce when it is a bug.
    • Make sure you fill in the earliest version that you know has the issue.
  • Fork the repository on GitHub

Making Changes

  • Please follow the guidelines on Pull Requests.

  • We use the Fork and Pull collaborative model.

  • Before submitting a change please make sure it has been tested to be functional on both Anroid and iOS. It should also work on the web version.

Additional Resources