diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000..6d65f15d --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,8 @@ +tasks: + - init: | + cargo bootstrap + cargo build + +vscode: + extensions: + - matklad.rust-analyzer diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7a159936..0ab42d9e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,6 +22,11 @@ It's always a good practice to start with something that drives you, but if you' [good-first-issue]: https://github.com/pest-parser/pest/issues?q=is%3Aissue+is%3Aopen+label%3Agood-first-issue +## Contributing in the cloud + +You can open a ready-to-go development workspace with [Gitpod](https://gitpod.io) by clicking [this link](https://gitpod.io/#https://github.com/pest-parser/pest). + + ## Mentoring We're happy to mentor any issues as long as we have the time, but issues with a [mentored] tag should generally be considered when looking for ways to learn, grow, and get some honest feedback on your work.