diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 000000000000..bf16762be50c --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,4 @@ +# Commands to start on workspace startup. See https://www.gitpod.io/docs/config-gitpod-file +tasks: + - init: yarn install && yarn run build + command: yarn run watch diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a276b16e449f..712dee11e9b8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,8 @@ Jest is one of Facebook's open source projects that is both under very active development and is also being used to ship code to everybody on [facebook.com](https://www.facebook.com). We're still working out the kinks to make contributing to this project as easy and transparent as possible, but we're not quite there yet. Hopefully this document makes the process for contributing clear and answers some questions that you may have. +If you want an already configured online IDE to contribute to Jest, you can use [Gitpod](https://gitpod.io/#https://github.com/facebook/jest)! + ## [Code of Conduct](https://code.facebook.com/codeofconduct) Facebook has adopted a Code of Conduct that we expect project participants to adhere to. Please read [the full text](https://code.facebook.com/codeofconduct) so that you can understand what actions will and will not be tolerated. diff --git a/README.md b/README.md index 03c29c3d7b45..f2d8c83d9d1c 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ Follow on Twitter

+

+ Gitpod ready-to-code +