Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.29 KB

contributing.md

File metadata and controls

48 lines (30 loc) · 1.29 KB

How to contribute

Thanks for your interest in contributing to ecl-builder.

You can find out a bit more about ecl-builder by reading the README file within this repository.

Reporting issues

Issues can be used to:

  • Report a defect
  • Request a new feature or enhancement
  • Ask a question

Please search through existing issues to ensure you are not creating a duplicate. Include as much information as you can in your issue, and if possible produce a link to a minimum reproducible example.

Creating a pull request

Please communicate with us (preferably through creation of an issue) before embarking on any significant work within a pull request. This will prevent situations where people are working at cross-purposes.

Your branch should be named issue/[GitHub issue #].

Development dependencies

You will need the following software to build the solution:

  • Node.js 18^

To run the ecl-builder locally, run in the root dir:

npm install
cd apps
npm run start

Coding conventions

This repository uses EditorConfig, please use it to reformat your code before pushing.

Code of conduct

Before making a contribution, please read the code of conduct.