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 repoStar
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 pageREADME.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:
- Fix or report a bug
- Fix or improve documentation
- Pick up a "good first issue", then send a pull request our way
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
- Fork and clone the repository
- Make sure all tests pass locally:
python -m pytest --ignore=tests/integration
- Create a new branch:
git checkout -b my-cool-new-branch
- Make change on your cool new branch
- Write a test for your change
- Push change to your fork and submit a pull request
- Add the "review" label to your pull request
- Work with project maintainers to get your change reviewed and merged into the
main
branch - Delete your branch
To ensure your pull request is accepted, follow these guidelines:
- All changes should be accompanied by tests
- Do your best to have a well-formed commit message for your change
- Keep diffs small and self-contained
- If your change fixes a bug, please link the issue in your pull request description