Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.36 KB

CONTRIBUTING.md

File metadata and controls

30 lines (18 loc) · 1.36 KB

Are you looking to contribute data?

Please see the instructions on the dart_data repository

These instructions cover contributions to the website code.

How to Contribute

You'll need to join GitHub to contribute.

Open an Issue

If you are not familiar with the code, you can always open an Issue. There you can report your proposed feature in detail, or the bug you encountered in detail, and the issue can be investigated.

Make a Pull Request

To add a pull request implementing changes to the repository, fork this project to your own account, make whatever changes you'd like, then open up all pull request for review.

When evaluating a submission, a project developer will look for conformance with PEP-8 (and perhaps soon a Black compliant submission)

Once the PR is approved, a developer can go about integrating it into the master branch.

Licensing

Data in this repository - including any merged user contributions - is licensed under MIT. Please see LICENSE.txt for details.