Skip to content

Commit 613d95c

Browse files
authored
Add "Good first issues" section to December update (#9)
* Add "Good first issues" section to December update * Add a Tokamak issue to "good first issues"
1 parent 6bbeff9 commit 613d95c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Content/posts/update-05-december-2020.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,18 @@ using [Vapor](https://vapor.codes/) for backend and SwiftWasm with
2424
* [WebAssembly example with React and SwiftWasm](https://expressflow.com/blog/posts/webassembly-example-with-react-and-swiftwasm) by
2525
[Martin Vasko](https://github.com/martinvasko).
2626

27+
## Good first issues
28+
29+
Ever wanted to contribute to SwiftWasm projects, but unsure where to start? Here's a list of
30+
issues that could be suitable for beginners:
31+
32+
* [swiftwasm/swift$29](https://github.com/swiftwasm/swift/issues/29) Fix compile error on test cases depending on platform
33+
* [swiftwasm/carton#203](https://github.com/swiftwasm/carton/issues/203) Allow launching a specific browser with `carton test`
34+
* [swiftwasm/carton#201](https://github.com/swiftwasm/carton/issues/201) Correctly handle failure to launch browser process while testing
35+
* [swiftwasm/carton#199](https://github.com/swiftwasm/carton/issues/199) `--enable-test-discovery` is now deprecated
36+
* [swiftwasm/carton#193](https://github.com/swiftwasm/carton/issues/193) Add `--host` option to `carton dev` and `carton test`
37+
* [TokamakUI/Tokamak](https://github.com/TokamakUI/Tokamak/issues/350) Set up code coverage reports on GitHub Actions
38+
2739
## Documentation
2840

2941
### SwiftWasm book

0 commit comments

Comments
 (0)