Skip to content

Commit b1b44fc

Browse files
authored
chore: gitpodify (fastify#5168)
1 parent 7a134b5 commit b1b44fc

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

.gitpod.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Gitpod Configuration File
2+
# SEE https://www.gitpod.io/docs/references/gitpod-yml
3+
4+
tasks:
5+
- init: npm install
6+
name: Install Dependencies
7+
8+
vscode:
9+
extensions:
10+
- "dbaeumer.vscode-eslint"

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ tools/
88
CODE_OF_CONDUCT.md
99
CONTRIBUTING.md
1010
.clinic
11+
.gitpod.yml
1112

1213
# test certification
1314
test/https/fastify.cert

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ downloads](https://img.shields.io/npm/dm/fastify.svg?style=flat)](https://www.np
2828
[![Security Responsible
2929
Disclosure](https://img.shields.io/badge/Security-Responsible%20Disclosure-yellow.svg)](https://github.com/fastify/fastify/blob/main/SECURITY.md)
3030
[![Discord](https://img.shields.io/discord/725613461949906985)](https://discord.gg/fastify)
31+
[![Contribute with Gitpod](https://img.shields.io/badge/Contribute%20with-Gitpod-908a85?logo=gitpod&color=blue)](https://gitpod.io/#https://github.com/fastify/fastify)
3132

3233
</div>
3334

docs/Guides/Contributing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ that automatically "correct" code and documentation do not follow a style that
8282
conforms to the styles this project uses. Notably, this project uses
8383
[StandardJS](https://standardjs.com) for code formatting.
8484

85+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/fastify/fastify)
86+
8587
### Using Visual Studio Code
8688
<a id="contributing-vscode"></a>
8789

0 commit comments

Comments
 (0)