You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2020/12/16 07:27:33 UTC

[skywalking] branch master updated: fix: grammar for Github Template (#6014)

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 08b31ad  fix: grammar for Github Template (#6014)
08b31ad is described below

commit 08b31adf60fee5452574e3a45945d9afb457083a
Author: Stephen Ni <ni...@users.noreply.github.com>
AuthorDate: Wed Dec 16 15:27:13 2020 +0800

    fix: grammar for Github Template (#6014)
---
 .github/ISSUE_TEMPLATE        | 2 +-
 .github/PULL_REQUEST_TEMPLATE | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE
index 091434c..8a70368 100644
--- a/.github/ISSUE_TEMPLATE
+++ b/.github/ISSUE_TEMPLATE
@@ -12,7 +12,7 @@ ___
 
 ___
 ### Bug
-- Which version of SkyWalking, OS and JRE?
+- Which version of SkyWalking, OS, and JRE?
 
 - Which company or project?
 
diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE
index d9cfe29..2552047 100644
--- a/.github/PULL_REQUEST_TEMPLATE
+++ b/.github/PULL_REQUEST_TEMPLATE
@@ -1,6 +1,6 @@
 <!--
-    ⚠️ Please make sure to read this template first, pull requests that doesn't accord with this template
-    may be closed without notice.
+    ⚠️ Please make sure to read this template first, pull requests that don't accord with this template
+    maybe closed without notice.
     Texts surrounded by `<` and `>` are meant to be replaced by you, e.g. <framework name>, <issue number>.
     Put an `x` in the `[ ]` to mark the item as CHECKED. `[x]`
 -->
@@ -8,7 +8,7 @@
 <!-- ==== 🐛 Remove this line WHEN AND ONLY WHEN you're fixing a bug, follow the checklist 👇 ====
 ### Fix <bug description or the bug issue number or bug issue link>
 - [ ] Add a unit test to verify that the fix works.
-- [ ] Explain briefly about why the bug exists and how to fix it.
+- [ ] Explain briefly why the bug exists and how to fix it.
      ==== 🐛 Remove this line WHEN AND ONLY WHEN you're fixing a bug, follow the checklist 👆 ==== -->
 
 <!-- ==== 🔌 Remove this line WHEN AND ONLY WHEN you're adding a new plugin, follow the checklist 👇 ====