tjy-gitnub / win12

Windows 12 网页版,在线体验 点击下面的链接在线体验
https://tjy-gitnub.github.io/win12/desktop.html
Eclipse Public License 2.0
6.34k stars 743 forks source link

[建议] #284

Open lh11117 opened 9 months ago

lh11117 commented 9 months ago

描述

可以使用表达提交issues

这个仓库的issues提交方式这样:

image

方案

.github\ISSUE_TEMPLATE\提出建议.yml

name: 提出建议
description: 请向我们提出宝贵的建议
body:

- type: textarea
  attributes:
    label: 描述
    description: >
     请简要描述一下建议
  validations:
    required: true

- type: textarea
  attributes:
    label: 方案
    description: >
     请在这里提出施行建议的方案或希望有的功能
  validations:
    required: true

- type: textarea
  attributes:
    label: 其他
    description: >
     如果有其他的内容,请在这里进行补充

.github\ISSUE_TEMPLATE\漏洞反馈.yml

name: 漏洞汇报
description: 请向我们汇报您在使用过程中发现的漏洞
body:

- type: textarea
  attributes:
    label: 描述
    description: >
     请描述一下这个漏洞是什么样的
  validations:
    required: true

- type: textarea
  attributes:
    label: 重现
    description: >
     请用步骤的方式描述一下如何重新复现该漏洞
  validations:
    required: true

- type: textarea
  attributes:
    label: 截图
    description: >
     如果有的话,请在上面的文本框附上相关的截图或视频

- type: markdown
  attributes:
    value: |
     # 测试环境

- type: input
  attributes:
    label: 浏览器
    description: >
     请在这里填入使用的浏览器,如Edge, Chrome, Firefox, Safari, Opera等
    placeholder: chrome
  validations:
    required: true

- type: input
  attributes:
    label: 浏览器版本
    description: >
     请在这里填入浏览器的版本
    placeholder: 115.x.x.x
  validations:
    required: true

- type: input
  attributes:
    label: 操作系统
    description: >
     请在这里填入使用的操作系统,如iOS 15, Windows 11, Android 13, Ubuntu 22.04.2 LTS等
    placeholder: Windows NT 10.0
  validations:
    required: true

- type: textarea
  attributes:
    label: 其他
    description: >
     如果有其他的内容,请在这里进行补充

其他

记得删除.github\ISSUE_TEMPLATE\漏洞汇报.md.github\ISSUE_TEMPLATE\提出建议.md

NebulaTechs commented 9 months ago

好哒~

NebulaTechs commented 9 months ago

对了,回复机器人有吗

NB-Group commented 9 months ago

可以的,小伙子好建议

lh11117 commented 9 months ago

对了,再添加一个: 新闻投稿.yml:

name: 投稿新闻
description: 投稿“小组件”里的新闻
body:

- type: textarea
  attributes:
    label: 新闻标题
    description: >
     简单写一下新闻的标题
  validations:
    required: true

- type: textarea
  attributes:
    label: 内容
    description: >
     写一下新闻的内容
  validations:
    required: true

- type: textarea
  attributes:
    label: 图片
    description: >
     在下面的文本框上传新闻图片
  validations:
    required: true
lh11117 commented 9 months ago

测试一下,不知道为什么这样了。。。

image

但是预览还是好好的。。。。

image

还有待测试的,,,让我再看几下。。。

NebulaTechs commented 9 months ago

.