From 4bc179f17a1a20b71d61c3b3e35776ce5587c119 Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Mon, 11 Jan 2021 12:50:50 +0000 Subject: [PATCH 1/2] Add "Good first issues" section to December update --- Content/posts/update-05-december-2020.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Content/posts/update-05-december-2020.md b/Content/posts/update-05-december-2020.md index f6f4159..2520bde 100644 --- a/Content/posts/update-05-december-2020.md +++ b/Content/posts/update-05-december-2020.md @@ -24,6 +24,17 @@ using [Vapor](https://vapor.codes/) for backend and SwiftWasm with * [WebAssembly example with React and SwiftWasm](https://expressflow.com/blog/posts/webassembly-example-with-react-and-swiftwasm) by [Martin Vasko](https://github.com/martinvasko). +## Good first issues + +Ever wanted to contribute to SwiftWasm projects, but unsure where to start? Here's a list of +issues that could be suitable for beginners: + +* [swiftwasm/swift$29](https://github.com/swiftwasm/swift/issues/29) Fix compile error on test cases depending on platform +* [swiftwasm/carton#203](https://github.com/swiftwasm/carton/issues/203) Allow launching a specific browser with `carton test` +* [swiftwasm/carton#201](https://github.com/swiftwasm/carton/issues/201) Correctly handle failure to launch browser process while testing +* [swiftwasm/carton#199](https://github.com/swiftwasm/carton/issues/199) `--enable-test-discovery` is now deprecated +* [swiftwasm/carton#193](https://github.com/swiftwasm/carton/issues/193) Add `--host` option to `carton dev` and `carton test` + ## Documentation ### SwiftWasm book From 8b08e30057ad2bcf69df08948625037b5175767c Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Mon, 11 Jan 2021 12:52:20 +0000 Subject: [PATCH 2/2] Add a Tokamak issue to "good first issues" --- Content/posts/update-05-december-2020.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Content/posts/update-05-december-2020.md b/Content/posts/update-05-december-2020.md index 2520bde..9d42a74 100644 --- a/Content/posts/update-05-december-2020.md +++ b/Content/posts/update-05-december-2020.md @@ -34,6 +34,7 @@ issues that could be suitable for beginners: * [swiftwasm/carton#201](https://github.com/swiftwasm/carton/issues/201) Correctly handle failure to launch browser process while testing * [swiftwasm/carton#199](https://github.com/swiftwasm/carton/issues/199) `--enable-test-discovery` is now deprecated * [swiftwasm/carton#193](https://github.com/swiftwasm/carton/issues/193) Add `--host` option to `carton dev` and `carton test` +* [TokamakUI/Tokamak](https://github.com/TokamakUI/Tokamak/issues/350) Set up code coverage reports on GitHub Actions ## Documentation