From 6a10fa9f4ceaa3bbfca1272074bacfd66dc53c43 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9C=A8=E5=81=B6?= <2424880409@qq.com>
Date: Mon, 5 Jul 2021 20:26:34 +0800
Subject: [PATCH 1/4] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index d415034..ce62c45 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
之所以做这个工具箱一方面是 utools 本身并未开源,但是公司内部的工具库又无法发布到 utools 插件中,所以为了既要享受 utools 生态又要有定制化需求,我们自己参考 utools 设计,做了 Rubick
## 安装包
-* [Rubick Mac OS V0.0.1](https://github.com/clouDr-f2e/rubick/releases/download/v0.0.1/rubick2-0.0.1.pkg)
+* [Rubick Mac OS V0.0.1](https://github.com/clouDr-f2e/rubick/releases/download/v0.0.1-beta/rubick2-0.0.1.pkg)
## 支持能力
From f748bfa9c02abd1d4248b543857fabb77b4b1b1d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9C=A8=E5=81=B6?= <2424880409@qq.com>
Date: Mon, 5 Jul 2021 20:55:23 +0800
Subject: [PATCH 2/4] Update README.md
---
README.md | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index ce62c45..daf8e30 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,17 @@
-
Rubick
+# Rubick
+
+
+
+
+
+
+
+
+
+
基于 electron 的工具箱,媲美 utools的开源插件,已实现 utools 大部分的 API 能力,所以可以做到无缝适配 utools 开源的插件。
之所以做这个工具箱一方面是 utools 本身并未开源,但是公司内部的工具库又无法发布到 utools 插件中,所以为了既要享受 utools 生态又要有定制化需求,我们自己参考 utools 设计,做了 Rubick
@@ -23,7 +33,7 @@
- [ ] 支持 Windows
- [ ] 支持 Linux
-
+
## 使用问题
1. 目前 `Rubick` 插件市场 server 端还没有部署,所以目前看不到插件市场的插件。
From 064190c3df113e8bee4145267b3d61731ad94548 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9C=A8=E5=81=B6?= <2424880409@qq.com>
Date: Mon, 5 Jul 2021 21:20:50 +0800
Subject: [PATCH 3/4] Update README.md
---
README.md | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index daf8e30..c916a2d 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,10 @@
- [ ] 支持 Windows
- [ ] 支持 Linux
-
+
+
+
+
## 使用问题
1. 目前 `Rubick` 插件市场 server 端还没有部署,所以目前看不到插件市场的插件。
From 08a285ed6e128ac44d7a37c73f715244e15354b6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9C=A8=E5=81=B6?= <2424880409@qq.com>
Date: Tue, 6 Jul 2021 09:56:52 +0800
Subject: [PATCH 4/4] Update issue templates
---
.github/ISSUE_TEMPLATE/bug-report.md | 24 +++++++++++++++++++
.github/ISSUE_TEMPLATE/development-problem.md | 10 ++++++++
.github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++++
3 files changed, 51 insertions(+)
create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md
create mode 100644 .github/ISSUE_TEMPLATE/development-problem.md
create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md
diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md
new file mode 100644
index 0000000..7f7de61
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug-report.md
@@ -0,0 +1,24 @@
+---
+name: Bug report
+about: 报告一个bug
+title: ''
+labels: bug
+assignees: ''
+
+---
+
+**描述一下这个bug**
+清楚而简洁地描述了错误是什么
+
+**复现方式**
+Steps to reproduce the behavior:
+1. Go to '...'
+2. Click on '....'
+3. Scroll down to '....'
+4. See error
+
+**预期行为**
+清晰简明地描述了您预期的发生。
+
+**截图**
+如果可以,请添加屏幕截图以帮助解释您的问题。
diff --git a/.github/ISSUE_TEMPLATE/development-problem.md b/.github/ISSUE_TEMPLATE/development-problem.md
new file mode 100644
index 0000000..140e48d
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/development-problem.md
@@ -0,0 +1,10 @@
+---
+name: Development Problem
+about: 任何开发建议、使用问题、交流学习都可以
+title: ''
+labels: help wanted
+assignees: ''
+
+---
+
+## 任何开发建议、交流学习都可以
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 0000000..a7e39dd
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,17 @@
+---
+name: Feature request
+about: 提交一个新特性/功能
+title: ''
+labels: feature
+assignees: ''
+
+---
+
+**您的功能请求是否与问题相关? 请简单描述.**
+清晰简明地描述问题是什么. Ex. I'm always frustrated when [...]
+
+**请描述一下您想要的解决方案**
+清晰简明地描述您想要发生的事情。
+
+**描述你考虑过的替代方案**
+清晰简洁地描述您所考虑的任何替代解决方案或功能。