From b261e61e454e117012ca9083cb2694ac0d566414 Mon Sep 17 00:00:00 2001 From: Skyenought <1808644906@qq.com> Date: Mon, 19 Sep 2022 08:16:46 +0800 Subject: [PATCH] initial code --- .github/ISSUE_TEMPLATE/bug_report.md | 4 +- .github/PULL_REQUEST_TEMPLATE.md | 7 +- .github/workflows/pr-check.yml | 28 ++---- .github/workflows/tests.yml | 34 ++++--- .golangci.yaml | 36 -------- CODE_OF_CONDUCT.md | 128 --------------------------- CONTRIBUTING.md | 58 ------------ LICENSE-APACHE => LICENSE | 24 +++++ _typos.toml | 21 ++++- check_branch_name.sh | 10 --- profile/README.md | 11 --- 11 files changed, 73 insertions(+), 288 deletions(-) delete mode 100644 .golangci.yaml delete mode 100644 CODE_OF_CONDUCT.md delete mode 100644 CONTRIBUTING.md rename LICENSE-APACHE => LICENSE (89%) delete mode 100755 check_branch_name.sh delete mode 100644 profile/README.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9b7368d..142fdac 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -27,9 +27,9 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. -**Kitex version:** +**Hertz version:** -Please provide the version of Kitex you are using. +Please provide the version of Hertz you are using. **Environment:** diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9d4d5bc..b603978 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,5 @@ #### What type of PR is this? + -#### What this PR does / why we need it (en: English/zh: Chinese): +#### What this PR does / why we need it (English/Chinese): + -en: -zh: #### Which issue(s) this PR fixes: +