Skip to content

Commit

Permalink
上傳
Browse files Browse the repository at this point in the history
  • Loading branch information
cjh0613 committed Sep 1, 2021
1 parent cc38b37 commit 21c9597
Show file tree
Hide file tree
Showing 13 changed files with 42,789 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
custom: https://sponsor.cjh0613.com
65 changes: 65 additions & 0 deletions .github/ISSUE_TEMPLATE/--------.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
---
name: 报告问题(中文)
about: 用中文汇报在使用此项目过程中遇到的问题,按“Get started”按钮开始提交此类 issue
title: "[报告问题] 你遇到的问题"
labels: problems
assignees: ''

---

<!--
请确保您已尝试下方方式:
1. 仔细阅读 README.md 及说明文档
2. 查看/搜索 所有已有 issue,无论是 open 还是 close 的
3. 通过搜索引擎搜索 www.google.com www.baidu.com
4. 到我们提供的在线聊天室查看历史聊天记录、提问
如果依然无法解决,再发issue
请依照该模板来提交,您只需在每个 **说明:** 后填写即可。
-->
## Information 信息

<!-- 版本 -->
**Version/版本:**


<!-- Windows / macOS / Linux / Android / iOS -->
**Platform/操作系统:**


<!-- Chrome / Safari / FireFox / ... -->
**Browser/浏览器:**


## Expected behaviour 预期行为
**答:**

## Actual behaviour 实际行为
<!--
请尽量提供截图来定位问题
报错等可以复制的内容,请粘贴在下方,便于其他人搜索。
-->
**答:**

```
报错粘贴在这里,把这一行去掉
```

## Steps to reproduce the behaviour 重现步骤
**答:**

## Feature Request 功能方面的建议
<!--
如果你有任何关于这个项目的功能方面的想法,可以在这个部分里写下来我们一起讨论
-->
**答:**


---

<!--
喜欢这个项目吗? 考虑一下给它点个 star 来支持它吧!你的支持是对我最大的鼓励!
-->
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Telegram Contact
url: https://t.me/cjh0613
about: Ask questions and discuss with me via Telegram.
65 changes: 65 additions & 0 deletions .github/ISSUE_TEMPLATE/report-problem.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
---
name: Report problems (English)
about: Report problems encountered during use in English, press the "Get started" button to start submitting issues
title: "[Report problems] problems"
labels: problems
assignees: ''

---

<!--
Please confirm whether you have done the following:
Please make sure you have tried the following methods:
1. Read the README.md and the instructions carefully
2. Search all existing issues, whether open or close
3. Search google.com
4. Go to the giiier chat room to view historical chat records and ask questions
If it still can't be solved, please issue.
Please follow the template to create a new issue.
-->
## Information 信息

<!-- Version -->
**Version/版本:**


<!-- Windows / macOS / Linux / Android / iOS -->
**Platform/操作系统:**


<!-- Chrome / Safari / FireFox / ... -->
**Browser/浏览器:**


## Expected behaviour 预期行为


## Actual behaviour 实际行为
<!--
Please give me the screenshots to locate the issue
Please paste the content that can be copied below, such as error reporting, to make it easier for others to search.
-->

```
paste here
```

## Steps to reproduce the behaviour 重现步骤


## Feature Request 功能方面的建议


<!--
If you have any ideas of the repo, please write down here and we can have a discussion
-->

---

<!--
Like the repo? Please consider starring the repo to support it! Your support is my biggest encouragement!
-->
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/suggestion_CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: 提交建议(中文)
about: 用中文提交建议,按 “Get started” 按钮开始提交此类 issue
title: "[建议] 你的建议"
labels: suggestion
assignees: ''

---
## 建议
<!--
如果你有任何关于这个项目的想法,可以在这个部分里写下来我们一起讨论
可以粘贴截图
-->
**答:**


---

<!--
喜欢这个项目吗? 考虑一下给它点个 star 来支持它吧!你的支持是对我最大的鼓励!
-->
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/suggestion_EN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Submit a suggestion(English)
about: Submit suggestions in English, press the "Get started" button to start submitting such issues
title: "[suggestion] Your suggestions"
labels: suggestion
assignees: ''

---
## suggestion
<!--
If you have any ideas of this repo, please write down here and we can have a discussion
Screenshots can be pasted here.
-->



---

<!--
Like the repo? Please consider starring the repo to support it! Your support is my biggest encouragement!
-->
51 changes: 51 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
name: 提交 Pull requests(中文)
about: 用中文提交 Pull requests,按 “Get started” 按钮开始
---
## 摘要
<!--简单说明-->


## 清单
<!--
在适用的框中以 x 替换空格来勾选。您也可以在创建PR后填写这些内容。如果您不确定其中的任何一个,请随时询问。我们在这里为您提供帮助!
-->

- [ ] 我已经阅读了有关提交 `PULL_REQUEST` 的说明
- [ ] 我已经签署了CLA(如果这个项目有)
- [ ] 更改在本地通过测试
- [ ] 我添加了一些测试来证明我的解决方案是有效或功能正常
- [ ] 我添加了必要的文档(如果适用)
- [ ] 任何相关更改已合并并发布在下游模块中
- [ ] 我确认 **避免** 破坏持续集成构建


## 更改类型
<!--
类型您的代码引入了哪些类型的更改?
在适用的框中以 x 替换空格来勾选
-->
- [ ] 错误修正(解决问题的不间断更改)
- [ ] 新功能(增加功能的不间断更改)
- [ ] 重大更改(不向下兼容,可能引起现有功能无法按预期运行)
- [ ] 代码样式更新(对原有代码格式化,重命名)
- [ ] 重构(优化原有代码,无功能更改,无API更改)
- [ ] 文档更新(一般,如果没有其他选择)
- [ ] 其他(请描述):


## 进一步的注释说明
<!--
如果这是一个相对较大或复杂的更改,请通过解释为什么选择解决方案以及考虑了哪些替代方案等来开始讨论。
-->



## 最终确认
<!--最后,请确认:-->
- [ ] 提交的PR没有问题,完全符合您的预期


<!--
您现在已经参与贡献了呢!喜欢这个项目吗? 考虑一下给它点个 star 来支持它吧!你的支持是对我最大的鼓励!
-->
54 changes: 54 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/EN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
name: Submit Pull requests(English)
about: Submit Pull requests in English, press the "Get started" button to start submitting.
---
## Summary
<!-- Brief description-->


## List
<!--
Replace spaces with x in the boxes to check.
You can also fill these out after creating the PR.
If you're unsure about any of them, don't hesitate to ask. We're here to help!
This is simply a reminder of what we are going to look for before merging your code.
-->

-[ ] I have read the instructions for submitting `PULL_REQUEST`
-[ ] I have signed the CLA (if this project has one)
-[ ] Changes passed the test locally
-[ ] I added some tests to prove that my solution is effective or functional
-[ ] I added the necessary documents (if applicable)
-[ ] Any related changes have been merged and published in downstream modules
-[ ] I confirm **Avoid** breaking the continuous integration build


## Change type
<!--
What types of changes does your code introduce to this repository?
Replace spaces with x in the boxes to check
-->
-[ ] Bug fixes (continuous changes to solve problems)
-[ ] New features (continuous changes to add features)
-[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
-[ ] Code style update (format and rename the original code)
-[ ] Refactoring (no functional changes, no api changes)
-[ ] Documentation update (generally, if there are no other options)
-[ ] Other (please describe):


## Further notes
<!--
If this is a relatively large or complex change, please start the discussion by explaining why the solution was chosen and what alternatives were considered.
-->



## Final confirmation
<!--Finally, please confirm: -->
-[ ] There is no problem with the PR submitted, and it fully meets your expectations


<!--
You have participated in contributing now! Do you like this r? Consider giving it a star to support it! Your support is my greatest encouragement!
-->
Loading

0 comments on commit 21c9597

Please sign in to comment.