Contributions are greatly appreciated and here are different ways
- ⭐ Star it!
- 📣 Share with your friends!
- 💭 Feedback! Is there anything from the project that is not clear or missing? Let us know by filing an issue.
- 💻 Contributing code! The project follows the typical GitHub pull request model. Before starting any work, please either comment on an existing issue, or file a new one.
- Fork this repository
- Clone the forked repository
- Optionally, create a new branch with a meaningful name
- Make your changes
- Depending on your changes, run
make test
and/ormake testE2E
- Commit and push your changes
- Create a pull request from a fork