From c6651c01092973b7894bd306f0a306a87f9075d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=92=80=E7=92=A8=E6=A2=A6=E6=98=9F?= <157385609+cuicanmengxing@users.noreply.github.com> Date: Sat, 11 May 2024 01:38:09 +0800 Subject: [PATCH] delete --- .github/ISSUE_TEMPLATE/1_BUG_REPORT.md | 36 -------------- .github/ISSUE_TEMPLATE/2_STYLE_ISSUE.md | 19 ------- .github/ISSUE_TEMPLATE/3_CONFIG_ISSUES.md | 35 ------------- .github/ISSUE_TEMPLATE/4_FEATURE_REQUEST.md | 17 ------- .github/ISSUE_TEMPLATE/5_OTHERS.md | 7 --- .github/PULL_REQUEST_TEMPLATE.md | 6 --- .github/workflows/build-and-release.yml | 55 --------------------- 7 files changed, 175 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/1_BUG_REPORT.md delete mode 100644 .github/ISSUE_TEMPLATE/2_STYLE_ISSUE.md delete mode 100644 .github/ISSUE_TEMPLATE/3_CONFIG_ISSUES.md delete mode 100644 .github/ISSUE_TEMPLATE/4_FEATURE_REQUEST.md delete mode 100644 .github/ISSUE_TEMPLATE/5_OTHERS.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md delete mode 100644 .github/workflows/build-and-release.yml diff --git a/.github/ISSUE_TEMPLATE/1_BUG_REPORT.md b/.github/ISSUE_TEMPLATE/1_BUG_REPORT.md deleted file mode 100644 index f2f6c71..0000000 --- a/.github/ISSUE_TEMPLATE/1_BUG_REPORT.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -name: 问题上报 -about: 如果你在使用过程中发现问题,请使用此模板。 -labels: Bug ---- - - -- [ ] 你是否在现有 [Issue列表](/docmirror/dev-sidecar/issues) 中搜索过相同问题? - -### Ⅰ. 请说明操作系统及DS的版本号: -1. 操作系统:? -2. DS版本号:? - - -### Ⅱ. 问题描述: - - -### Ⅲ. 期望的结果: - - -### Ⅳ. 如何复现问题? - -1. xxx -2. xxx -3. xxx - - -### Ⅴ. 请提供相关的错误日志,尽可能的详细:(日志文件在 `${user.home}/.dev-sidecar/logs/` 目录下) -```log -``` - - -### Ⅵ. 有必要时,请提供 `${user.home}/.dev-sidecar/running.json` 文件内容: - -```json -``` diff --git a/.github/ISSUE_TEMPLATE/2_STYLE_ISSUE.md b/.github/ISSUE_TEMPLATE/2_STYLE_ISSUE.md deleted file mode 100644 index ba3895e..0000000 --- a/.github/ISSUE_TEMPLATE/2_STYLE_ISSUE.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: 样式问题 -about: 如果你发现了一些页面样式问题,请使用此模板。 -labels: Style Issue ---- - - -- [ ] 你是否在现有 [Issue列表](/docmirror/dev-sidecar/issues) 中搜索过相同问题? - -### Ⅰ. 请说明操作系统及DS的版本号: -1. 操作系统:? -2. DS版本号:? - - -### Ⅱ. 样式问题描述: - - -### Ⅲ. 样式问题截图: - diff --git a/.github/ISSUE_TEMPLATE/3_CONFIG_ISSUES.md b/.github/ISSUE_TEMPLATE/3_CONFIG_ISSUES.md deleted file mode 100644 index cd57571..0000000 --- a/.github/ISSUE_TEMPLATE/3_CONFIG_ISSUES.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -name: 配置问题 -about: 如果你不知道如何配置DS来访问某个网站,请使用这个模板。 -labels: Config Issue ---- - -### Ⅰ. 你对哪个功能的配置不了解? - - -- [ ] 拦截设置: - - [ ] redirect - - [ ] proxy - - [ ] sni - - [ ] success - - [ ] abort - - [ ] cache - - [ ] options - - [ ] script -- [ ] DNS设置和IP测速 -- [ ] 系统代理 -- [ ] 远程配置 -- [ ] 应用: - - [ ] npm加速 - - [ ] Git代理 - - [ ] pip加速 - - [ ] 梯子 - - -### Ⅱ. 请详细描述你的问题: - - -### Ⅲ. 有必要时,请提供 `${user.home}/.dev-sidecar/running.json` 文件内容: - -```json -``` \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/4_FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/4_FEATURE_REQUEST.md deleted file mode 100644 index 7dbcf67..0000000 --- a/.github/ISSUE_TEMPLATE/4_FEATURE_REQUEST.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: 提新需求 -about: 如果你想提出一个新需求,请使用此模板。 -labels: Feature Request ---- - -### Ⅰ. 请描述你想要的新功能: - - - -### Ⅱ. 请描述你心目中新功能的样子: - - - -### Ⅲ. 你希望该新功能修复哪个issue? - - diff --git a/.github/ISSUE_TEMPLATE/5_OTHERS.md b/.github/ISSUE_TEMPLATE/5_OTHERS.md deleted file mode 100644 index 53465cc..0000000 --- a/.github/ISSUE_TEMPLATE/5_OTHERS.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: 其他问题 -about: 如果不是以上问题,请使用此模板。 ---- - -### 请详细描述你的问题、需求或建议: - diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index e366bf2..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,6 +0,0 @@ -### Ⅰ. 描述此PR的作用: - - -### Ⅱ. 此PR修复了哪个issue吗? - - diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml deleted file mode 100644 index 0aafa0b..0000000 --- a/.github/workflows/build-and-release.yml +++ /dev/null @@ -1,55 +0,0 @@ -name: 构建和发布 - -on: [push, pull_request] - -jobs: - build-and-release: - runs-on: windows-latest - - steps: - - name: Checkout code - uses: actions/checkout@v2 - - - name: 使用 Node.js 16 - uses: actions/setup-node@v2 - with: - node-version: '16' - - - name: 安装 Lerna and PhantomJS - shell: pwsh - run: | - npm install -g lerna@6 - npm install phantomjs -g - - - name: Build - shell: pwsh - run: | - pwd - ls - npm install - lerna bootstrap - cd packages/gui - pwd - npm run electron:build - - - name: 创建 Release - id: create_release - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - with: - tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} - draft: false - prerelease: false - - - name: Upload Release Asset - id: upload-release-asset - uses: actions/upload-release-asset@v1 - env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - with: - upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: packages/gui/dist_electron/DevSidecar-*.exe - asset_name: DevSidecar-1.8.1.exe - asset_content_type: application/octet-stream \ No newline at end of file