-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |