From c475f7e065588698c786c3f5711a1626fc14cef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E6=B3=BD=E8=BD=A9?= Date: Sat, 5 Nov 2022 14:19:44 +0800 Subject: [PATCH] doc: deal with grammar in the template (#29) Signed-off-by: spacewander --- .github/ISSUE_TEMPLATE/BUG_REPORT.md | 2 +- .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md index 8790d45ff..a2e935de5 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.md +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -1,6 +1,6 @@ --- name: Bug Report -about: If you would like to report a issue to Higress, please use this template. +about: If you would like to report an issue to Higress, please use this template. --- diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md index bbfa67742..2683ec4d3 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -4,11 +4,11 @@ about: Suggest an idea for Higress --- -## Why you need it? +## Why do you need it? Is your feature request related to a problem? Please describe in details -## How it could be? +## How could it be? A clear and concise description of what you want to happen. You can explain more about input of the feature, and output of it.