Want to contribute to cards.io? Here are some guidelines for how we accept help.
If you are here for DWoC, our discord cards.io channel is the best place to ask questions or get advice.
- Fork and clone the repository.
- Use GitHub Issues for any bug fix or feature enhancement that you want to do, where you can either create a new issue or pick up any existing issue. Check the sections below for how issues will work in each case.
- Please do not pick up issues already assigned. If you notice that it has been inactive for a long time, just drop a comment on the issue stating your interest. We will reach out on 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 maintainers 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 also welcome, but please specify the nature before and after fixing the bug in your pull request.