forked from netchx/netch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Connection Refused
authored and
Connection Refused
committed
Dec 2, 2019
0 parents
commit b2ea730
Showing
229 changed files
with
86,605 additions
and
0 deletions.
There are no files selected for viewing
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,9 @@ | ||
# http://editorconfig.org/ | ||
|
||
# top-most EditorConfig file | ||
root = true | ||
|
||
# all files | ||
[*] | ||
indent_style = space | ||
indent_size = 4 |
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,34 @@ | ||
--- | ||
name: 'Bug report' | ||
about: 'Create a report to help us improve' | ||
title: '' | ||
labels: 'Status: Review Needed' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Make sure you have read the readme, searched and read the issues related to yours. Otherwise it will be considered as a duplicate which will be closed immediately.** | ||
|
||
**All issues about `bin/Redirector.exe` should be discussed at [issue #152](https://github.com/NetchX/Netch/issues/152).** | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
|
||
1. Open Netch | ||
2. ... | ||
|
||
**Log** | ||
Attaching any log files in the folder `Netch\logging` is strongly recommended. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Environment (please complete the following information):** | ||
- OS: [e.g. Windows 10 Pro 64-bit 1903] | ||
- Netch Version: [e.g. 1.0.0-STABLE.x64] | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
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,31 @@ | ||
--- | ||
name: '错误报告' | ||
about: '创建错误报告以帮助我们改进' | ||
title: '' | ||
labels: 'Status: Review Needed' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**确保你已经看过 readme,也搜索并阅读过和你遇到的情况相关的问题。否则会被认为是重复的并被立刻关闭。** | ||
|
||
**所有关于 `bin/Redirector.exe` 的问题,请在 [issue #152](https://github.com/NetchX/Netch/issues/152) 中讨论** | ||
|
||
**错误描述** | ||
对错误的清晰简洁描述 | ||
|
||
**复现步骤** | ||
1. 打开 Netch 软件 | ||
2. ... | ||
|
||
**日志** | ||
强烈建议附上任何在 `Netch\logging` 文件夹下面的日志。 | ||
|
||
**错误截图** | ||
如果适用,请添加屏幕截图以帮助解释您的问题 | ||
|
||
**信息** | ||
- 操作系统:[例如 Windows 10 专业版 64 位 1903] | ||
- 软件版本:[例如 1.0.0-STABLE 64 位] | ||
|
||
**额外信息** |
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,16 @@ | ||
--- | ||
name: 'Feature request' | ||
about: 'Suggest an idea for this project' | ||
title: '' | ||
labels: 'Status: Review Needed' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Make sure you have read the readme, searched and read the issues related to yours. Otherwise it will be considered as a duplicate which will be closed immediately.** | ||
|
||
**Describe the feature you want** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Additional context** (Optional) | ||
Add any other context or screenshots about the feature request here. |
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,15 @@ | ||
--- | ||
name: '功能请求' | ||
about: '建议这个项目的想法' | ||
title: '' | ||
labels: 'Status: Review Needed' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**确保你已经看过 readme,也搜索并阅读过和你遇到的情况相关的问题。否则会被认为是重复的并被立刻关闭。** | ||
|
||
**功能描述** | ||
简明扼要地描述需要的功能 | ||
|
||
**额外信息** |
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,2 @@ | ||
/.vs | ||
/packages |
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,9 @@ | ||
[submodule "binaries"] | ||
path = binaries | ||
url = https://github.com/NetchX/NetchBinaries | ||
[submodule "modes"] | ||
path = modes | ||
url = https://github.com/NetchX/NetchMode | ||
[submodule "translations"] | ||
path = translations | ||
url = https://github.com/NetchX/NetchTranslation |
Oops, something went wrong.