Thank you for your interest in this project.
Eclipse Che4z provides components/extensions for Eclipse Che to facilitate mainframe application development.
Information regarding source code management, builds, coding standards, and more.
The project maintains the following source code repository
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
Ensure you have npm installed before you proceed.
To create a contribution, follow these steps:
- Create an issue detailing the reason for your contribution.
- Fork the project.
- Clone or download the repository.
- Build the project by running the command
$ npm install && npm run compile
. - Run the command
$ git add
. - Run the command
$ git commit -m "explanation of your work and issue# obtained when you create it" -s
. - Run the command
$ git push
.
Run task 'webpack-production' before building vsix package.
Contact the project developers.