Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.17 KB

CONTRIBUTING.md

File metadata and controls

44 lines (28 loc) · 1.17 KB

How to contribute

Thanks for your interest in contributing to the OWL to FHIR transformer.

You can find out a bit more about this project by reading the README file within this repository.

Reporting issues

Issues can be used to:

  • Report a defect
  • Request a new feature or enhancement
  • Ask a question

New issues will be automatically populated with a template that highlights the information that needs to be submitted with an issue that describes a defect. If the issue is not related to a defect, please just delete the template and replace it with a detailed description of the problem you are trying to solve.

Creating a pull request

Please communicate with us (preferably through creation of an issue) before embarking on any significant work within a pull request. This will prevent situations where people are working at cross-purposes.

Your branch should be named issue/[GitHub issue #].

Development dependencies

You will need the following software to build the solution:

  • Java 11

To build and install locally, run:

mvn clean install

Code of conduct

Before making a contribution, please read the code of conduct.