[NEW] - Add gitpod config - #16641
Closed
Rodriq wants to merge 7 commits into
Closed
Conversation
this commit adds support for Gitpod.io, a free automated dev environment that makes contributing and generally working on GitHub projects much easier. It allows anyone to start a ready-to-code dev environment for any branch, issue and pull request with a single click.
|
Thanks! @Rodriq for making a PR for this. Your config does not seem to be working Pease use this instead corneliusludmann@8577c92 |
|
Once this Pr is merged then for anyone with a single click Gitpod will launch a workspace and automatically:
You can give it a try via this link: This is how it looks: A lot of popular OSS projects out there are already using it simplify contributors onboarding some of them are:
You can find a brief list of them at https://contribute.dev |
Member
|
Hi there, thanks for the contribution! 🚀 Closing this PR because it's duplicated now and it has been fixed in another one. #30921 Questions? Help needed? Feature Requests?
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


this commit adds support for Gitpod.io, a free automated
dev environment that makes contributing and generally working on GitHub
projects much easier. It allows anyone to start a ready-to-code dev
environment for any branch, issue and pull request with a single click.
In relation with #16087