Skip to content
This repository has been archived by the owner on Dec 5, 2020. It is now read-only.

Latest commit

 

History

History
49 lines (34 loc) · 2.5 KB

CONTRIBUTING.md

File metadata and controls

49 lines (34 loc) · 2.5 KB

How to Contribute

We're excited you're interested in contributing to Marquez! We'd love your help.

We welcome all levels of expertise from novice to experts.

If you are very new to the open source contribution:

  • Fork this repo
  • Star this repo and your own fork
  • In Issues tab, read some that interests you
  • You can talk to us directly on gitter.im (instructions to join on the project page README.md)
  • You can Follow us on twitter, https://twitter.com/MarquezProject

Further, check the Resources section at the bottom of this page.

There are plenty of ways to contribute:

We feel that a welcoming community is important and we ask that you follow the Contributor Covenant Code of Conduct in all interactions with the community.

Submitting a pull request

  1. Fork and clone the repository
  2. Make sure all tests pass locally: python -m pytest --ignore=tests/integration
  3. Create a new branch: git checkout -b my-cool-new-branch
  4. Make change on your cool new branch
  5. Write a test for your change
  6. Push change to your fork and submit a pull request
  7. Add the "review" label to your pull request
  8. Work with project maintainers to get your change reviewed and merged into the main branch
  9. Delete your branch

To ensure your pull request is accepted, follow these guidelines:

Resources