RFC: "Announce" entry from GitHub repository
まだ誰も着手していません。
評価
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 初心者へのやさしさ
- 25/100
調査の方向性
提案されている GitHub issue ワークフローと、既存の game.json スキーマおよびファイル検証要件から始めます。自動化されたアクションがリポジトリをデータベースにインポートし、検証エラーを報告し、releases に保存された ROMs を参照する方法を定義します。具体的な実装ファイルやテストは指定されていません。
索引モデルが issue の本文から書いたものです。
説明
So here's a simply workflow to allow a developer to submit an entry to Homebrew Hub simply "announcing" the git repository:
- The developer creates a github repository hosting all the game files / sources etc AND a
game.jsonmanifest - Developer opens an issue in the database repository mentioning he wants to add a game and links the repository
- An automated action picks up the issue and imports the folder in the database, in the current status. If the validation fails, it reports in the issue what went wrong. Validation steps:
- game.json schema validation
- file validation
Open questions:
- How can the developer refer to the ROM if it's not in the git repo but e.g. in the releases?
- 主要言語
- C
- スター
- 95
- フォーク
- 52
- 平均マージ
- 7時間 33分
- マージ済み PR(30日)
- 1
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
gbdev/database のほかの issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 68/100
-
難易度 1/5 1時間未満 初心者へのやさしさ 35/100
-
database
難易度 2/5 1〜3時間 初心者へのやさしさ 30/100
-
GBDK Gallery オープンsource
難易度 3/5 1〜2日 初心者へのやさしさ 25/100
-
Hardware features オープンschema
難易度 3/5 1〜2日 初心者へのやさしさ 35/100
似ている issue
-
bug
難易度 1/5 1時間未満 初心者へのやさしさ 60/100
-
Nmap
難易度 1/5 1時間未満 初心者へのやさしさ 85/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 65/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 65/100
-
flang:fir-hlfir
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
llvm/llvm-project#225935 ·