Hello World

This commit is contained in:
GitHub Actions
2022-06-30 02:18:52 +00:00
commit cd995d7629
2562 changed files with 457732 additions and 0 deletions

31
.github/ISSUE_TEMPLATE/Question.yml vendored Normal file
View File

@@ -0,0 +1,31 @@
name: Question 问题
description: 提出你的疑惑🤔
title: "Q: "
labels: question
body:
- type: markdown
attributes:
value: |
发表issues时请记住: 这是真的吗?有必要吗?是善良的吗?
- type: textarea
id: repro
attributes:
label: 详细说明
description: 直接的诉说出你的疑问和担忧( ͡° ͜ʖ ͡°)
value: |
什么:
怎么:
为什么:
render: bash
validations:
required: true
- type: checkboxes
id: cat-preferences
attributes:
label: 这里有一些承诺需要阅读
options:
- label: 我会广泛传播这个项目
- label: 这是我深思熟虑提出的问题
required: true
- label: 我承诺遵守社区指导方针
required: true

61
.github/ISSUE_TEMPLATE/bug.yml vendored Normal file
View File

@@ -0,0 +1,61 @@
name: Bug 报告
description: 反馈关于订阅链接的错误
title: "B: "
labels: bug
body:
- type: markdown
attributes:
value: |
请简练,概括的提出你的问题并写到上方的输入框内( ͡° ͜ʖ ͡°)同时也请通过搜索确认是否有人提出过相同问题。
- type: input
id: bug-url
attributes:
label: 出现问题的订阅链接
description: 告诉我你使用的哪个订阅链接出现问题了🤔(包括旧的订阅链接)
placeholder: https://openit.ml/example
validations:
required: true
- type: dropdown
id: browsers
attributes:
label: 你使用的是哪个应用程序?
description: 可多选,不在范围内的和选择路由器的请在下方详细描述.
multiple: true
options:
- SS
- SSR
- 魔改ss
- v2rayN
- v2rayNG
- Shadowrocket
- Quantumult X
- ClashX
- Clash for Windows
- Clash for Android
- Stash
- Surge
- Qv2ray
- Matsuri
- OneClick
- SagerNet
- Kitsunebi
- Surfboard
- passwall
- openclash
- helloworld
- shadowsocksR Plus+
validations:
required: false
- type: textarea
id: repro
attributes:
label: 复现方式
description: "你如何触发这个错误?请一步一步地指导我们完成它."
value: |
1.
2.
3.
...
render: bash
validations:
required: true

11
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
blank_issues_enabled: true
contact_links:
- name: Openit Support
url: https://t.me/yusteven
about: 获得关于节点 / 订阅使用方面的支持 Telegram 24h人工客服💁
- name: ShareCentrePro Channel
url: https://t.me/ShareCentrePro
about: 想获取我们的最新消息?欢迎加入 Telegram 的 ShareCentrePro
- name: ShareCentrePro Group
url: https://t.me/woisx
about: 想与志同道合的伙伴们交流一下( ͡° ͜ʖ ͡°)欢迎加入 Telegram 的 ShareCentre Pro || Chat

17
.github/ISSUE_TEMPLATE/future.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
name: Feature 请求
description: 为这个项目提出一个建议
title: "F: "
labels: enhancement
body:
- type: markdown
attributes:
value: |
发表一个独特的建议
- type: textarea
id: repro
attributes:
label: 详细说明
description: 尽可能的详细说明,不限字数( ͡° ͜ʖ ͡°)
render: bash
validations:
required: true