Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.8 KB

CONTRIBUTING.md

File metadata and controls

38 lines (29 loc) · 1.8 KB

Contributing to ChessJS

We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:

  • Reporting a bug
  • Discussing the current state of the code
  • Submitting a fix
  • Proposing new features
  • Becoming a maintainer

To contribute to this repository, follow the following steps:

  1. Fork this repository
  2. Clone the repository to your local machine
  3. Make necessary changes
  4. Commit the changes and add a branch pointing to this repository.
  5. Make a PR mentioning all the changes.
  6. If your PR makes a significant improvement and changes to the project without causing any break points the PR will be merged without any failure.

Any contributions you make will be under the Creative Commons Attribution-NonCommercial 4.0 International License.

In short, when you submit code changes, your submissions are understood to be under the same Creative Commons Attribution-NonCommercial 4.0 International License. that covers the project. Feel free to contact the maintainers if that's a concern.

Great Bug Reports tend to have:

  • A quick summary and/or background
  • Steps to reproduce
    • Be specific!
    • Give sample code if you can.
  • What you expected would happen
  • What actually happens
  • Notes (possibly including why you think this might be happening, or stuff you tried that didn't work)

License

By contributing, you agree that your contributions will be licensed under its Creative Commons Attribution-NonCommercial 4.0 International License.

References

This document was adapted from the open-source contribution guidelines for Facebook's Draft

All we need is your contributions and patience.