Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 2.46 KB

CONTRIBUTING.md

File metadata and controls

27 lines (24 loc) · 2.46 KB

Contribution Guide (Developers)

Setting up an Eclipse Development Environment

How to contribute

  • Clone repo git clone https://github.com/espressif/idf-eclipse-plugin.git
  • Ensure you’ve installed Maven locally https://www.vogella.com/tutorials/ApacheMaven/article.html#maven_installation
  • Make changes locally on a specific local branch
  • Test with Maven Tycho using $ mvn clean verify -Djarsigner.skip=true
  • Submit a Pull Request(PR)
  • It is also recommended that you add or update a Functional Test if you are adding or updating a functionality in plugin. More details about adding SWTBot Funtional test can be found in the README.md in test folder in the repo.

Coding Standards and guidelines