Rust-GCC / Rust-GCC/Rust-GCC.github.io
Enable website to display status reports
オープン
まだ誰も着手していません。
- 主要言語
- CSS
- スター
- 10
- フォーク
- 11
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
- Switch to workflow/CI based releases instead of branch-based
- Figure out how to keep a submodule or equivalent to https://github.com/rust-gcc/reporting up to date
- Probably by cloning the repo every-night and redeploying the website?
- Figure out how to translate from org-mode to markdown or have github pages/jekyll display org-mode properly
---> This can be achieved by using thegfmexport format for pandoc:pandoc --from=org --to=gfm <file>.org > <file>.md
For the last point, note that pandoc screws up the tables as well as some formatting like C++ code-blocks. So we still have some modifications to do (or maybe we can convert org-mode directly to HTML?)
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず GitHub Pages/Jekyll のセットアップと rust-gcc/reporting リポジトリを確認し、次に提案されている workflow/CI release と nightly clone のアプローチを比較します。pandoc の org-to-gfm 変換、特にテーブルと C++ コードブロックを確認します。status reports が自動的に更新され、ウェブサイト上で正しくレンダリングされれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- jekyll, markdown
- 領域
- build-system, ci-cd, documentation
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100