We would love for you to contribute to FastSchema and help make it even better than it is today! As a contributor, here are the guidelines we would like you to follow:
We follow the Conventional Commits specification and Angular Commit Message Format for commit messages, but with our scope.
- feat: A new feature
- fix: Fixes for bugs
- docs: Modifications that only affect documentation
- refactor: Code changes that neither fix a bug nor introduce a feature
- test: Adding or correcting tests
- perf: Changes that enhance performance
- ci: Updates to CI configuration files and scripts
- chore: Routine tasks or maintenance that don't change the application's behavior (e.g., updating build tools, cleaning up code v.v...)
- revert: Reverts a previous commit
Updating
commondblogschemacontentauthusermedia/filepermissiongitconfigdash
For example:
feat: add login functionalityfeat(auth): add login functionalityfix(auth): cannot logindocs(readme): update setup instructionschore: add .gitignore file
This approach helps maintain a clear and organized commit history. For more information, refer to the Conventional Commits documentation and the Angular commit message format.