Description
I'd like to add a gitpod.yml file to the Karaf repository.
GitPod (gitpod.io) is a complete online IDE that can be started with one click in GitHub and it's free for open source projects.
Advantages:
- Easier onboarding for new contributors.
- PRs can be quickly reviewed with a full fledged IDE from anywhere.
- You can share workspaces, so if a (new) contributor is stuck somewhere it's easier to show the problme to more experienced Karaf devs.
Current limitations:
* No root access during runtime -> Not able to use Docker (Don't know if that's a problem or not)
I personally use Gitpod extensively for my own projects and would like to see a similar onboarding experience for Karaf.
WDYT?