-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Beautify Readme.md and update feature section #2997
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 just some minor feedback
README.md
Outdated
- [learn more](https://www.gitpod.io/features/) | ||
🏗 [Dev environments as code](https://www.gitpod.io/docs/#-dev-environments-as-code) - Gitpod applies lessons learned from infrastructure-as-code. Spinning up dev environments is easily repeatable and reproducible empowering you to automate, version-control and share dev environments across your team. | ||
|
||
⚡️ [Prebuilt dev environments](https://www.gitpod.io/docs/#prebuilds) - Gitpod continuously builds all your git branches like a CI server. Whenever new commits are pushed to your repository, Gitpod can prebuild dev environments, i.e. run the init commands in your `.gitpod.yml` before you even start a workspace. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gitpod continuously prebuilds dev environments for all you git branches similar to a CI server. Control how Gitpod prepares environments through init
commands in your .gitpod.yml
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i.e. Gitpod doesn't build your branches.
README.md
Outdated
|
||
👐 [GitLab, GitHub, and Bitbucket integration](https://www.gitpod.io/docs/integrations/) - Gitpod seamlessly integrates in your workflow and works with all major git hosting platforms including GitHub, GitLab and Bitbucket. | ||
|
||
👀 [Integrated code reviews](https://www.gitpod.io/docs/code-reviews/#code-reviews) - with Gitpoid you can do native code reviews on any PR/MR. No need to switch context anymore and declutter your local machine with your colleagues PR/MR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo: Gitpod
second sentence: declutter -> clutter
README.md
Outdated
|
||
👀 [Integrated code reviews](https://www.gitpod.io/docs/code-reviews/#code-reviews) - with Gitpoid you can do native code reviews on any PR/MR. No need to switch context anymore and declutter your local machine with your colleagues PR/MR. | ||
|
||
👯♀️ [Collaboration](https://www.gitpod.io/docs/sharing-and-collaboration/) - invite team members to your dev environment or snapshot any state of your dev environment to share it with your team. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
... dev environment to share it with your team asynchronously.
* Beautify Readme.md and update feature section * Fixed some typos & language * Fixed some more typos
* Beautify Readme.md and update feature section * Fixed some typos & language * Fixed some more typos
No description provided.