Contributing to Ionic Material
General
- When posting an issue please include a codepen or plunkr and instructions to reproduce.
Development
Workflow
- Create an Issue (feature/bug/enhancement)
- Issues are our to-do list.
- Check for an existing issue related to subject
- Use Git Flow
a. Fork and Make Feature/Hotfix Branch
- If simple, write unit tests
- Implement solution for feature/hotfix
- Run tests
- Commit
- Submit a Pull Request for finished feature/hotfix
- Merge PR if no conflicts.
Rinse & Repeat until all Ionic Apps look amazing and materialized.
Running Tests (TODO)
- blah blah blah Karma etc.