Thank you for considering contributing to Erlex! No matter how big or small, every contribution helps make this a better project. We absolutely appreciate any and all help.
Please file issues here
Documentation is the gift that keeps on giving. If you notice something even as small as a typo or an ambiguous sentence, please file an issue or submit a pull request!
Take a look at the open issues here and post that you plan on working on an issue, so we can discuss approaches and make sure there isn't duplicated work happening.
Before submitting a pull request, make sure all of the following pass:
mix deps.get
mix check
Steps:
- Fork it!
- Create a new branch off of master in your fork and do your work
- Squash your commits to a single commit. If you don't know how to do this, that's okay. We will work through it in pull request.
- Make sure any documentation has been updated and all checks are passing.
- Submit a pull request. Thank you! ❤️
Be sure to read and follow the code of conduct.