Skip to content
Ewout Kramer edited this page Oct 19, 2015 · 13 revisions

Submissions

You are welcome to contribute to this project. The Spark server is used in several commercial and open source projects. Therefore we have a high quality standard and we carefully review submissions.

When you want to contribute changes:

  • Check our roadmap first
  • Contact us before start working on a major change.
  • Fork and send us a pull request

Pull requests

When you send us a pull request

  • Make sure it builds
  • Make sure it's tested
  • The pull request should cover only one change
  • Accept that we might reject it because it conflicts with our strategy.

We do appreciate suggestions, but the Spark FHIR server code is used by us for commercial projects, so we will most probably reject substantial changes unless you coordinate them with us first.

GIT branching strategy

Our strategy for git branching:

  • Current stable dstu2/master
  • Current nightly build: dstu2/develop
  • Feature branches: feature/topic
  • bugfixes: **bugfix/**issue

Based on:

Clone this wiki locally