Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.93 KB

CONTRIBUTING.md

File metadata and controls

41 lines (28 loc) · 1.93 KB

How to contribute to LINK Chain

First of all, thank you so much for taking your time to contribute! It will be amazing if you could help us by doing any of the following:

Contributor license agreement

When you are sending a pull request and it's a non-trivial change beyond fixing typos, please sign the ICLA (individual contributor license agreement). Please contact us if you need the CCLA (corporate contributor license agreement).

Code of conduct

We expect contributors to follow our code of conduct.

Setting up your IDE

TBD

Commit message and Pull Request message

  • Please follow Conventional Commit to release note automation.
  • Don't mention or link BTS of internal service that can't accessable from public.
  • Please use english only.

Pull Request Process

  1. Ensure any install or build dependencies are removed before the end of the layer when doing a build.
  2. Update the README.md with details of changes to the interface, this includes new environment variables, exposed ports, useful file locations and container parameters.
  3. Please fill out every Pull request template's sections. It makes reviewers to review your PR easier.
  4. You may merge the Pull Request in once you have the sign-off of two other developers, or if you do not have permission to do that, you may request the second reviewer to merge it for you.