Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 1.37 KB

CONTRIBUTING.md

File metadata and controls

22 lines (15 loc) · 1.37 KB

Contributing to Eclipse Lyo

This guide is to help you get started contributing to the Eclipse Lyo project.

Getting started

In order to get your commit merged into master, you need to follow a few steps.

Before working on your code

  • Register a new Eclipse account
  • File a new bug on Github Issues before working on your contribution if you could not find an existing (also closed) bug in Github or Bugzilla.
  • If you want to discuss your idea before (and after) filing a bug, join the lyo-dev mailing list.
  • Accept and sign the ECA. Instructions on how to sign are on the right side of the page. YES, you need to sign an Eclipse agreement before submitting pull requests!

Submitting a change

  • Fork this repository.
  • Clone your fork and make changes on a new branch.
  • Make sure to include Singed-off-by line in your commit message (by doing this, you are signing off on a Developer Certificate of Origin). Commits without a Singed-off-by line are not accepted!
  • Submit a pull request and assign @jamsden and @berezovskyi to review it.