# Contribution golden rules

 - use english
 - do not commit the transpiled code (everything under /dist)
 - don't forget to append the [changelog](https://github.com/LuccaSA/lucca-ui/blob/master/CHANGELOG.md)
 - if you're fixing an [issue](https://github.com/LuccaSA/lucca-ui/issues), reference it in your pr and in the changelog like this

```
### Fixed issues
- [issue #193](https://github.com/LuccaSA/lucca-ui/issues/193) - short summary of the issue
```
