Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.77 KB

CONTRIBUTING.md

File metadata and controls

36 lines (26 loc) · 1.77 KB

Contributing to causalBuilder

We welcome any contribution, whether it is about:

We want to make contributing to this project as easy and transparent as possible.

We Develop with Github

We use github to host code, to track issues and feature requests, as well as accept pull requests.

Pull requests are the best way to propose changes to the codebase. We actively welcome your pull requests:

  1. Fork the repo and create your branch from master.
  2. If you've added code that should be tested, add tests.
  3. Ensure the test suite passes.
  4. Make sure your code lints.
  5. Issue that pull request!

Write bug reports with detail, background, and sample code

Great Bug Reports tend to have:

  • A quick summary and/or background
  • Steps to reproduce: be specific and 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)

Any contributions under the AGPL-3.0 License

When you submit code changes, your submissions are understood to be under the same AGPL-3.0 License that covers the project. Feel free to contact the maintainers if that's a concern. By contributing, you agree that your contributions will be licensed under its AGPL-3.0 License.

References

This document was adapted from briandk's template for contributing guidelines