-
Notifications
You must be signed in to change notification settings - Fork 533
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rename -------------.md to new_site.yml
- Loading branch information
Showing
2 changed files
with
22 additions
and
32 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: 新站适配 | ||
description: 提交需要适配的站点 | ||
labels: ["new site"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
大部分网页都可以正常使用简悦的阅读模式,简悦官方收录的新站具有大众类型的网站。 | ||
- type: textarea | ||
id: website | ||
attributes: | ||
label: 需要适配的新站 | ||
placeholder: 请输入这个站点的 URL,如果这个站的规则比较多,请多帮忙提供一些 URL 作为参考 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: 有需要请描述这个站的性质 | ||
description: 尤其是英文类型的网站,我需要判断这个站是否具有适配的必要。 | ||
validations: | ||
required: false |