CONTRIBUTING.md 1.1 KB

Contributing to Ionic Material

General

  • When posting an issue please include a codepen or plunkr and instructions to reproduce.

Development

Workflow

  1. Create an Issue (feature/bug/enhancement)
    • Issues are our to-do list.
    • Check for an existing issue related to subject
  2. Use Git Flow a. Fork and Make Feature/Hotfix Branch
    • If simple, write unit tests
    • Implement solution for feature/hotfix
    • Run tests
  3. Commit
  4. Submit a Pull Request for finished feature/hotfix
  5. Merge PR if no conflicts.

Rinse & Repeat until all Ionic Apps look amazing and materialized.

Running Tests (TODO)

  • blah blah blah Karma etc.