Contributing
Contributions are welcome!
Development
Clone the repository and you're ready to go — no special requirements.
sh
git clone https://github.com/alex-lairan/monads.git
cd monads
shards install
crystal specWorkflow
- Fork it (https://github.com/alex-lairan/monads/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Editing the docs
These docs are built with VitePress from the Markdown files in the docs/ directory. To preview them locally:
sh
npm install
npm run docs:devEvery push to master rebuilds and redeploys the site to GitHub Pages automatically. Use the Edit this page on GitHub link at the bottom of any page to propose a change quickly.
Contributors
- alex-lairan — Alexandre Lairan, creator & maintainer
- moba1 — moba, maintainer