fm-timepicker
Version:
FairManager Time Picker Component
12 lines (8 loc) • 545 B
Markdown
If you want to contribute changes to the project, please make sure to following these guidelines:
1. Pull requests should be made against the [`dev`](https://github.com/fairmanager/fm-timepicker/tree/dev) branch.
2. Commit messages should have a prefix that indicate the type of change:
- `[FIX]` for bug fixes
- `[FEATURE]` for new features
- `[TASK]` for minor corrections that don't affect the behavior of the component
Optimally, the next letter after the prefix is upper case. For example:
`[FEATURE] Added validation for input`