Skip to content
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

chore: gitpodify #5168

Merged
merged 5 commits into from
Dec 3, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions .gitpod.yml
ghostdevv marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Gitpod Configuration File
# SEE https://www.gitpod.io/docs/references/gitpod-yml

tasks:
- init: npm install
name: Install Dependencies

vscode:
extensions:
- "dbaeumer.vscode-eslint"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ downloads](https://img.shields.io/npm/dm/fastify.svg?style=flat)](https://www.np
[![Security Responsible
Disclosure](https://img.shields.io/badge/Security-Responsible%20Disclosure-yellow.svg)](https://github.com/fastify/fastify/blob/main/SECURITY.md)
[![Discord](https://img.shields.io/discord/725613461949906985)](https://discord.gg/fastify)
[![Contribute with Gitpod](https://img.shields.io/badge/Contribute%20with-Gitpod-908a85?logo=gitpod)](https://gitpod.io/#https://github.com/fastify/fastify)
ghostdevv marked this conversation as resolved.
Show resolved Hide resolved

</div>

Expand Down
2 changes: 2 additions & 0 deletions docs/Guides/Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ that automatically "correct" code and documentation do not follow a style that
conforms to the styles this project uses. Notably, this project uses
[StandardJS](https://standardjs.com) for code formatting.

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/fastify/fastify)

### Using Visual Studio Code
<a id="contributing-vscode"></a>

Expand Down