Thank you for the interest in the project!
If you found a bug, have a feature request or need help (ask questions) open a new issue.
If you implemented a bugfix, a new feature, or updated the docs/tests feel free to Submit a Pull Request so it can be reviewed and hopefully merged.
- Fork the repository
- Install the dependencies & run locally
shards install
crystal run src/server.cr
- Create your feature branch
git checkout -b my-new-feature
- Work on your fix/feature
- Add tests to avoid regressions in the future
- Run the tests
KEMAL_ENV=test crystal spec
SAFELIST="fdo.cr github.com" KEMAL_ENV=test crystal spec
- Commit your changes
git commit -am 'Added some feature'
- Push to the branch
git push origin my-new-feature
- Create new Pull Request