Figure out and document how to use devcontainer with GitHub codespace
まだ誰も着手していません。
- 主要言語
- Dockerfile
- スター
- 34
- フォーク
- 9
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
I discovered that GitHub codespace also supports devcontainer.
https://github.com/nodejs/node/pull/60472#issuecomment-3467843933
This means for new Node.js contributors, they do not even need to download or install anything locally to start hacking on Node.js. Just click a few buttons on GitHub and they can start working on changes in the browser, and they can run tests in the container from the code space etc. as well. This might be very useful in code and learn sessions.
I don't know what extension codespace supports, but at least debugging the JS part of Node.js should be possible if the ports are set up correctly. One can always do command line debugging in the terminal in the code space as well. Or good old printing.
Codespace seems to be a paid feature but there's free tier available (?) so we'd be careful about directing people to it though
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず現在のdevcontainer設定と、GitHub Codespacesに関するリンク先のNode.js pull-requestの議論を確認します。プロジェクトをCodespaceで開き、テストを実行し、デバッグする手順を文書化し、利用可能な拡張機能と有料または無料ティアにおける制限を明確に記載します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- docker
- 領域
- documentation
- issue の種類
- ドキュメント
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100