From c76c36f6095fe32f64b9857be899d78412757b9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=8D=E1=B4=8F=E1=B4=8F=C9=B4D4=CA=80=E1=B4=8B?= Date: Mon, 28 Sep 2020 16:37:33 +0800 Subject: [PATCH] update issue template and ci platform --- .github/ISSUE_TEMPLATE/bug_report.md | 11 +++++------ .github/workflows/ci.yml | 6 +----- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e74685f..2585451 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,15 +9,14 @@ assignees: '' **Describe the bug** A clear and concise description of what the bug is. +描述一下遇到的 Bug,和对应的报错信息 `./hack-browser-data -vv` -**Screenshots** -If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - - OS: - - Browser: - - Browser Version: - - Browser Profile Path: [ chrome `chrome://version` firefox `about:profiles `] + - OS Name 操作系统名称: + - Browser Name 浏览器名称: + - Browser Version 浏览器版本: **Additional context** Add any other context about the problem here. +其他有用的信息 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14a0075..5709795 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,9 @@ name: CI on: [push] jobs: - build: name: Build - runs-on: macos-latest + runs-on: ubuntu-latest strategy: matrix: goVer: [1.11, 1.12, 1.13, 1.14, 1.15] @@ -28,6 +27,3 @@ jobs: - name: Format run: diff -u <(echo -n) <(gofmt -d .) - - - name: Test - run: go test -v ./...