Support new `upload` field type
未關閉
- 主要語言
- TypeScript
- 星號
- 30
- 分支
- 5
- PR 合併指標
- 30 天內沒有已合併 PR
描述
GitHub now have this new type:
https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema#upload
Using the parser I see this error:
```
Error: Unknown field type: upload
```
It would be good to provide support. Or at least omit it so it doesn't break.
貢獻指南
研究方向
從輸出「Unknown field type: upload」的parser進入點開始,將其支援的欄位類型與GitHub的upload schema文件進行比較。定義解析或省略upload欄位時的預期行為,接著確認現有欄位的解析仍然正常運作,且upload不再中斷處理。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- typescript
- 領域
- tooling
- Issue 類型
- 功能
- 難度
- 2/5
- 預估耗時
- 1-3 小時
- 活躍度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 58/100