From bf4e0ca7c0ee5dc5c26c4713d73d981ca8870e56 Mon Sep 17 00:00:00 2001 From: Ulric Qin Date: Thu, 9 Dec 2021 14:22:39 +0800 Subject: [PATCH] modify github template --- .github/ISSUE_TEMPLATE/bug_report.md | 14 ++------------ .github/workflows/n9e.yml | 10 +++++----- 2 files changed, 7 insertions(+), 17 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 06ee9c93..5fd3cf5f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,19 +4,9 @@ about: Report a bug encountered while operating Nightingale labels: kind/bug --- -**问题现象**: +**夜莺版本**: -**复现方法**: +**问题和复现方法**: -**环境信息**: - -- 夜莺服务端版本 (通过`./n9e-server -v`可得知版本): -- 夜莺客户端版本 (通过`./n9e-agentd -v`可得知版本): -- 操作系统版本 (通过`uname -a`可得知OS版本): - -**日志线索**: - -*日志分两部分,一个是logs目录下,重点查看ERROR日志;另一部分是stdout,如果是systemd托管的,可以通过 `journalctl -u -f` 查看* - diff --git a/.github/workflows/n9e.yml b/.github/workflows/n9e.yml index 6a1ca15c..372af9fe 100644 --- a/.github/workflows/n9e.yml +++ b/.github/workflows/n9e.yml @@ -2,9 +2,9 @@ name: Go on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: @@ -13,14 +13,14 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.13 + - name: Set up Go 1.17 uses: actions/setup-go@v1 with: - go-version: 1.13 + go-version: 1.17 id: go - name: Check out code into the Go module directory uses: actions/checkout@v2 - name: Build - run: ./build.sh + run: make