Skip to content
Kenneth Myhra edited this page Aug 8, 2020 · 12 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:

Branch from the master branch which contains the DSTU2 version, unless the feature or bug fix is considered for a specific version of FHIR then branch from either stu3/master or r4/master.

See GitHub flow for more information.