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