Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 2.14 KB

CONTRIBUTING.md

File metadata and controls

30 lines (22 loc) · 2.14 KB

Contributing

We welcome contributions and suggestions to help us improve this project. If you are unfamiliar with Github, here is their official guide to start contributing to open source projects.

Workflow

  1. Fork this repository
  2. Create a branch git checkout -b my-branch
  3. Stage and commit your changes git commit -am 'description of my changes’
  4. Push the changes to your fork git push origin my-branch
  5. Submit a pull request to the parent repo. Please read our guide to submitting pull requests to see what we expect in a good pull request message.
  6. Pull request should be assigned to:

Additionally, you can create issues on this repo to suggest changes or improvements. If you believe there’s a bug, we encourage you to use best practices, and please tell us the following:

  • Describe your computer and the file (e.g. What’s your operating system? How big is your dataset?)
  • Describe what you were doing (e.g. Running tests? Which test are you running?)
  • Describe what you expected to happen (e.g. Did you expect a particular test to fail?)
  • Describe what actually happened (e.g. Did the test in question pass or cause Dataproofer to break?)

And of course you can always email us: [email protected].

Code Standards