# Contributing

1. Fork this project
2. Create your feature branch `git checkout -b my-branch`
3. Commit your changes `git commit -am 'Add some feature'`
4. Push to the branch `git push origin my-new-feature`
5. Create a pull request with the following format:

```markdown
## Description

This pull request will be used to [fix|implement|...] the following [bugs|features|...].

## Tasks

- [ ] Uncompleted task nº1.
- [x] Completed task nº2.
- [x] Buy eggs.
- [ ] Fix that strange bug.
- [ ] Etc.

## References

- [Example reference](http://www.example.com)
- [Wabit season!](https://www.youtube.com/watch?v=17ocaZb-bGg)
```
