Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.9 KB

CONTRIBUTING.md

File metadata and controls

53 lines (31 loc) · 1.9 KB

Contributing to Eclipse Che4z

Thank you for your interest in this project.

Project description

Eclipse Che4z provides components/extensions for Eclipse Che to facilitate mainframe application development.

Developer resources

Information regarding source code management, builds, coding standards, and more.

The project maintains the following source code repository

Eclipse Contributor Agreement

Before your contribution can be accepted by the project team contributors, you must electronically sign the Eclipse Contributor Agreement (ECA).

Commits that are provided by non-committers must have a Signed-off-by field in the footer indicating that the author is aware of the terms by which the contribution has been provided to the project. The non-committer must additionally have an Eclipse Foundation account and must have a signed Eclipse Contributor Agreement (ECA) on file.

For more information, please see the Eclipse Committer Handbook: https://www.eclipse.org/projects/handbook/#resources-commit

Setting up the Development Environment

Ensure you have npm installed before you proceed.

To create a contribution, follow these steps:

  1. Create an issue detailing the reason for your contribution.
  2. Fork the project.
  3. Clone or download the repository.
  4. Build the project by running the command $ npm install && npm run compile.
  5. Run the command $ git add.
  6. Run the command $ git commit -m "explanation of your work and issue# obtained when you create it" -s.
  7. Run the command $ git push.

Building vsix package

Run task 'webpack-production' before building vsix package.

Contact

Contact the project developers.