Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Adapt language ecosystem native API docs practices wherever possible

オープン
#1,653 コメント 1 件 リアクション 0 件 担当者 1 名 GitHub で見る

@edburns がすでに取り組んでいます。

2026年6月13日 から。

評価

この issue はまだ評価されていません。

説明

documentation

Work items in this epic deal with bringing all supported languages to parity with Java regarding support for the expected practices for API docs in that language ecosystem.

For Java, we already have:

API Docs Ecosystem Summary

Ecosystem Doc artifact required to publish? Auto-hosted docs site Culture strength
Java ✅ Yes (Maven Central mandate) javadoc.io (3rd party) Strong
Node/TS ❌ No tsdocs.dev (3rd party, unreliable — see note below) Moderate
Python ❌ No Read the Docs (opt-in) Strong convention
Go ❌ No (but comments are the format) pkg.go.dev (1st party, automatic) Very strong
.NET ❌ No (but XML doc conventionally included) fuget.org (3rd party) Strong
Rust ❌ No (but comments are the format) docs.rs (1st party, automatic) Very strong

Note on tsdocs.dev: As of 2026-06-13, tsdocs.dev returns 502 Bad Gateway across all URLs. It is a volunteer-run third-party project with no backing from npm or Microsoft and no SLA. It should not be relied upon as a primary docs hosting solution for @github/copilot-sdk. Self-hosted TypeDoc output (e.g. GitHub Pages from CI) is the only reliable option for TypeScript.

Bottom line: Go and Rust have the closest parity to Java's "publish once, docs appear everywhere" model — but achieved through first-party infrastructure rather than a mandated artifact. Python and .NET have strong doc cultures but require explicit hosting setup. TypeScript is the weakest — tsdocs.dev is unreliable (currently down), so self-hosted docs are a necessity.

主要言語
Java
スター
10.5k
フォーク
1.5k
平均マージ
1日 9時間
マージ済み PR(30日)
130

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

github/copilot-sdk のほかの issue

github/copilot-sdk の issue をすべて見る

似ている issue

Java の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。