apache / openserverless

Apache OpenServerless (incubating)
https://openserverless.apache.org
Apache License 2.0
382 stars 14 forks source link

Task-util-config: add a step by step procedure that explains how to develop util/config/configurator/configurator.ts #65

Closed dcremonini closed 2 months ago

dcremonini commented 2 months ago

Problem

As a developer, I cannot modify configurator.ts to submit a contribution.

Details:

Impact

Contributors who contribute to the Open Serverless installer.

Priority

middle

Expected outcome

  1. A document is added along the source code to allow independent contribution for the configurator.ts application.
    • How to transpile.
    • How to run tests.
    • How to run with and without bun.
  2. The transpiling process is automated in the CI/CD.
    • transpiling.
    • testing (a warning message at this stage is enough, at this stage I see no need to block the process if this step fails).

Suggested solution

None

giusdp commented 2 months ago

Documentation on how to run and build was added. We can add a separate issue regarding a github action to build the configurator.