TranslateProject/.github/ISSUE_TEMPLATE/topics.yml

68 lines
1.7 KiB
YAML
Raw Normal View History

2022-09-27 11:26:45 +08:00
name: 推荐选题
description: 推荐一个选题
2022-09-28 12:30:48 +08:00
title: "[推荐类型] 文章日期 文章标题"
2022-09-17 19:22:33 +08:00
labels: []
2022-09-28 12:37:37 +08:00
assignees:
- lkxed
2022-09-17 19:22:33 +08:00
body:
- type: markdown
attributes:
value: |
2022-09-27 11:26:45 +08:00
标题请使用 **`[推荐类型] 文章日期 文章标题`** 格式,选题类型、文章日期和文章标题中间有一个 **空格**。
2022-09-17 19:22:33 +08:00
完整示例:
2022-09-27 11:26:45 +08:00
- [推荐选题] 20220823 The Lost Art of the Makefile
2022-09-27 11:28:01 +08:00
- [推荐选题] 20220905 Linus Torvalds Uses Apple MacBook Hardware to Release Linux Kernel 5.19
2022-09-28 12:30:48 +08:00
- type: input
2022-09-17 19:22:33 +08:00
id: url
attributes:
label: 原文链接地址
description: 填写原文章的链接地址
2022-09-28 12:30:48 +08:00
placeholder: https://......
2022-09-17 19:22:33 +08:00
validations:
required: true
2022-09-28 12:33:12 +08:00
- type: dropdown
2022-09-17 19:22:33 +08:00
id: terms
attributes:
label: 版权协议
description: 填写原文章的版权协议
2022-09-28 12:30:48 +08:00
multiple: false
2022-09-17 19:22:33 +08:00
options:
2022-09-28 12:37:37 +08:00
- CC-SA-BY
- 其它公域许可证
- 已获取作者授权
2022-09-17 19:22:33 +08:00
validations:
2022-09-28 12:33:12 +08:00
required: true
2022-09-17 19:22:33 +08:00
- type: dropdown
id: difficulty
attributes:
label: 文章难度
description: 选择文章的难度
multiple: false
options:
- 困难
- 一般
- 容易
2022-09-28 12:30:48 +08:00
validations:
required: true
2022-09-17 19:22:33 +08:00
- type: dropdown
id: category
attributes:
label: 文章分类
description: 选择文章的分类
multiple: false
options:
2022-09-28 12:37:37 +08:00
- 新闻news
- 观点talk
- 技术tech
2022-09-28 12:30:48 +08:00
validations:
required: true
2022-09-28 12:33:12 +08:00
- type: textarea
id: reason
attributes:
label: 推荐理由
description: 填写你的推荐理由
placeholder:
validations:
required: false