Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.88 KB

CONTRIBUTING.md

File metadata and controls

30 lines (18 loc) · 1.88 KB

Contribution Guidelines

Want to contribute to cards.io? Here are some guidelines for how we accept help.

Getting in Touch

If you are here for DWoC, our discord cards.io channel is the best place to ask questions or get advice.

Submitting a Pull Request

  1. Fork and clone the repository.
  2. 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.
  3. 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.
  4. After finishing, push to your fork and submit a pull request.
  5. Wait for your pull request to be reviewed and merged.
  6. In the meantime you can take up other issues as well.

Reporting Bugs and Issues

We use GitHub Issues to track bugs, so please do a search before submitting to ensure your problem isn't already tracked.

New Issues

Please provide the expected and observed behaviours in your issue.

Proposing a Change

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.