Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add contribution rules #617

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Contributing

Rules for submitting a pull request:

* **Small Contribution / Single Source Code File:** A committer of TEAM Engine can review and apply the change on your behalf if it affects a single source code file. This allows us to adopt a small fix, correct spelling mistakes or clarify a javadoc.

* **Large Contribution / Multiple Files / New Files:** To contribute new files or change several existing files, you have to be in a business relationship with OGC, part of an OGC Testbed or OGC member (see https://www.ogc.org/about-ogc/ogc-member-list/).

## How to contribute

- Have a look at the Issues board and identify an issue you would like to address.
Expand Down