Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.38 KB

File metadata and controls

13 lines (9 loc) · 1.38 KB

Contributing to Collibra

🎉👍 First off all, thanks for taking the time to contribute to this Collibra repository! 👍🎉

This page contains a set of guidelines to help you get started quickly and to make sure we, at Collibra, can keep things at the highest quality.

Code of Conduct

To report an issue with this repository, we will be glad to help you through the usual channels, such as Collibra Support or your Collibra representative. To directly submit some improvements to the code, we welcome any pull request and we will review it as soon as we can. Note, however, that by using or accessing the Developer Toolkit, you agree to the Collibra Developer Terms, including section 11, which states: "Collibra has no obligation to provide any maintenance or support for the Developer Toolkit (or to end users of your Add-Ons) or to fix any errors or defects".

Prerequisites

  • Install the correct version of Go (see go.mod for the version being used now)
  • After you check out this git repository, make sure to execute the following command (in the root of the repository) to register the pre-commit hooks: git config core.hooksPath .githooks
  • We use golangci-lint to check the code for quality. Please make sure to install it