# Contributing to the Docs

### How to contribute

1. [Fork the project](https://github.com/KawanuaDev/gorangocss-docs) and clone it to your local machine.
2. Create a branch with your GitHub username, for example: `git checkout -b USERNAME/some-new-feature`
3. Code and commit your changes. Bonus points if you write a good commit message: `git commit -m 'Add some feature'`
4. Push to the branch: `git push -u origin USERNAME/some-new-feature`
5. [Create a pull request](https://docs.gorangocss.kawanua.id/contributing/contributing-to-gorangocss#create-a-pull-request) for your branch.
