Skip to content

Commit

Permalink
Add CONTRIBUTING.md (close #1220)
Browse files Browse the repository at this point in the history
  • Loading branch information
adatzer authored and jbeemster committed Sep 13, 2022
1 parent 797e4af commit 6b6fdec
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Contributor guide

Iglu Central is maintained by the engineering team at Snowplow and improved by external contributors for which we are extremely grateful.

## Submitting a PR

1. Check if there is already an issue raised that describes why your change is needed. If there isn't an issue yet, please create one. If there is already an issue created, it's a good idea to comment and say that you're planning to work on it.
2. Fork and clone `snowplow/iglu-central`.
3. Create a branch with a relevant name e.g. `feature/sendgrid-events`.
4. Add or patch schemas following the same layout as the repo's other schemas.
5. Submit a Pull Request.

## How to find out more information

Find out more information on the [contributing page][docs-contributing] in our docs.

## Sign our Contributor License Agreement

We need all contributors to sign a CLA - you can find out why and how to sign it [here][cla].

[docs-contributing]: https://docs.snowplow.io/docs/contributing/
[cla]: https://docs.snowplow.io/docs/contributing/contributor-license-agreement/

0 comments on commit 6b6fdec

Please sign in to comment.