feat: add github issue template
parent
4383e9f59f
commit
6d3c3e7451
|
@ -0,0 +1,47 @@
|
|||
name: 报告新的学校
|
||||
description: 报告新的学校
|
||||
title: "学校:"
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: 感谢您的报告,请根据该表单填充必要信息。
|
||||
- type: input
|
||||
id: campus-name
|
||||
attributes:
|
||||
label: 学校名称
|
||||
description: 该学校的名字全称
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: address
|
||||
attributes:
|
||||
label: 地址位置
|
||||
description: 该学校的地理位置
|
||||
validations:
|
||||
required: true
|
||||
- type: checkboxes
|
||||
id: labels
|
||||
attributes:
|
||||
label: 标签
|
||||
options:
|
||||
- label: LGBT+ 友善
|
||||
- label: 能使用“易性证”免除体育测试
|
||||
- label: 教务协助“变更学历”
|
||||
- label: 校医提供”性激素六项“服务
|
||||
- label: 无性别厕所
|
||||
- label: 存在其他跨性别
|
||||
- type: textarea
|
||||
id: general
|
||||
attributes:
|
||||
label: 现状梗概
|
||||
description: 您在面诊时遭遇的问题
|
||||
validations:
|
||||
required: false
|
||||
- type: checkboxes
|
||||
id: license
|
||||
attributes:
|
||||
label: 以 CC-BY-SA 4.0 协议分发
|
||||
description: 本站采用 [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.zh-Hans) 协议分发内容
|
||||
options:
|
||||
- label: 我同意以 CC-BY-SA 4.0 协议分发
|
||||
required: true
|
|
@ -0,0 +1,53 @@
|
|||
name: 报告新的精神科医生
|
||||
description: 报告新的精神科医生
|
||||
title: "精神科:"
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: 感谢您的报告,请根据该表单填充必要信息。
|
||||
- type: input
|
||||
id: hospital-name
|
||||
attributes:
|
||||
label: 医院名称
|
||||
description: 该医院的名字全称
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: doctor-name
|
||||
attributes:
|
||||
label: 医生姓名
|
||||
description: 该医生的名字
|
||||
validations:
|
||||
required: true
|
||||
- type: checkboxes
|
||||
id: tags
|
||||
attributes:
|
||||
label: 标签
|
||||
options:
|
||||
- label: 便宜
|
||||
- label: 有观察期/随访
|
||||
- label: 初诊开证/开假条
|
||||
- label: 需家长介入
|
||||
- label: 可与家长沟通
|
||||
- label: LGBT+ 友善
|
||||
- label: 必须年满 20 周岁
|
||||
- type: textarea
|
||||
id: caveats
|
||||
attributes:
|
||||
label: 注意事项
|
||||
description: 您在面诊时遭遇的问题
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: proof
|
||||
attributes:
|
||||
label: 证明样式
|
||||
description: 您已获得的证明扫描件
|
||||
- type: checkboxes
|
||||
id: license
|
||||
attributes:
|
||||
label: 以 CC-BY-SA 4.0 协议分发
|
||||
description: 本站采用 [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.zh-Hans) 协议分发内容
|
||||
options:
|
||||
- label: 我同意以 CC-BY-SA 4.0 协议分发
|
||||
required: true
|
|
@ -5,6 +5,7 @@ on:
|
|||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- '.github'
|
||||
- 'README.md'
|
||||
- 'LICENSE'
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@ name: Test Site
|
|||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '.github'
|
||||
- 'README.md'
|
||||
- 'LICENSE'
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@ weight: 0
|
|||
|
||||
通过 Discord <a href="https://233.plus/discord"><img style="display:inline-block;vertical-align:text-bottom" src="https://img.shields.io/discord/883004164760801320?style=flat-square" /></a>
|
||||
|
||||
通过 GitHub <a href="https://github.com/mtf-wiki/MtF-Wiki/issues"><img style="display:inline-block;vertical-align:text-bottom" src="https://img.shields.io/github/issues/mtf-wiki/MtF-Wiki?style=flat-square" /></a>
|
||||
通过 GitHub <a href="https://github.com/mtf-wiki/MtF-Wiki/issues/new"><img style="display:inline-block;vertical-align:text-bottom" src="https://img.shields.io/github/issues/mtf-wiki/MtF-Wiki?style=flat-square" /></a>
|
||||
|
||||
通过 邮件 {{< email "mtfwiki@estela.cn" >}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue