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: []
|
|
|
|
|
assignees: []
|
|
|
|
|
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
|
|
|
|
|
- type: checkboxes
|
|
|
|
|
id: terms
|
|
|
|
|
attributes:
|
|
|
|
|
label: 版权协议
|
|
|
|
|
description: 填写原文章的版权协议
|
2022-09-28 12:30:48 +08:00
|
|
|
|
multiple: false
|
2022-09-17 19:22:33 +08:00
|
|
|
|
options:
|
|
|
|
|
- label: CC-SA-BY
|
|
|
|
|
- label: 其它公域许可证
|
|
|
|
|
- label: 已获取作者授权
|
|
|
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
|
id: reason
|
|
|
|
|
attributes:
|
|
|
|
|
label: 推荐理由
|
|
|
|
|
description: 填写你的推荐理由
|
|
|
|
|
placeholder:
|
|
|
|
|
validations:
|
|
|
|
|
required: false
|
|
|
|
|
- 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:30:48 +08:00
|
|
|
|
- 新闻(`news`)
|
|
|
|
|
- 观点(`talk`)
|
|
|
|
|
- 技术(`tech`)
|
|
|
|
|
validations:
|
|
|
|
|
required: true
|