# Contributing We welcome code changes that improve this library or fix a problem, and please make sure to follow all best practices and test all the changes/fixes before committing and creating a pull request. 🚀 🚀 ### Commiting and Pushing Changes Commit messages should be formatted as: ``` [optional scope]: [optional body] [optional footer] ``` Where type can be one of the following: - feat - fix - docs - chore - style - refactor - test and an optional scope can be a component ``` docs(RadialSlider): updated contributing guide ```