1.1 KiB
1.1 KiB
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
- NB: Please Use Conventional Changelog Commit Guidelines
- use commitizen to make your life easier with this
- Remember to reference related issues, e.g:
"fixes #123"
- NB: Please Use Conventional Changelog Commit Guidelines
- 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.