Want to contribute to BingeBond? Here are some guidelines for how we accept help.
Our Telegram group is the best place to ask questions or get advice on building Wander.
- Fork and clone the repository.
- Comment on the issue that you are gonna take up, indicating the approximate time you would take to finish it.
- After finishing, push to your fork and submit a pull request.
- Wait for your
pull request
to be reviewed and merged. - In the meantime you can take up other issues as well.
We use GitHub Issues to track bugs, so please do a search before submitting to ensure your problem isn't already tracked.
Please provide the expected and observed behaviours in your issue.
If you intend to implement a feature, or make a non-trivial change to the current implementation, we recommend first filing an issue marked with the proposal
tag, so that the engineering team can provide guidance and feedback on the direction of an implementation. This also help ensure that other people aren't also working on the same thing.
Bug fixes are welcome and should come with appropriate test coverage.
By contributing to Wander, you agree that your contributions will be licensed under its MIT license.