review-2023/.github/ISSUE_TEMPLATE/new_post.yml

29 lines
769 B
YAML
Raw Normal View History

2024-01-21 20:55:40 -08:00
name: 投稿年终总结
description: 投稿你的年终总结
title: "[New]: "
assignees:
- octocat
body:
- type: markdown
attributes:
value: |
感谢你的投稿
2024-01-23 02:34:19 -08:00
**请在标题处填写您的文章标题和网站名称,使用 `-` 隔开**
2024-01-21 20:55:40 -08:00
- type: input
id: post_url
attributes:
label: 文章链接
description:
placeholder: https://example.com/
validations:
required: true
- type: input
id: archive_url
attributes:
label: 存档链接
description: 请填写你在 [IA](https://web.archive.org/save) 或 [AT](https://archive.today) 上的存档链接
placeholder: https://web.archive.org/... or https://archive.today/...
validations:
required: false