You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by wa...@apache.org on 2021/11/29 07:58:36 UTC

[echarts] 01/01: chore: tweak issue and pull request template.

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

wangzx pushed a commit to branch improve-issue-template
in repository https://gitbox.apache.org/repos/asf/echarts.git

commit 7b21590ea0106bbcb9a22611c623089e66337a75
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Mon Nov 29 15:56:29 2021 +0800

    chore: tweak issue and pull request template.
---
 .github/ISSUE_TEMPLATE/bug_report.yml      | 10 +++++-----
 .github/ISSUE_TEMPLATE/feature_request.yml |  8 ++++----
 .github/pull_request_template.md           |  6 +++---
 3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 35ff64d..e682f09 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -10,11 +10,11 @@ body:
 
       For usage questions, please use the following resources:
 
-      - Read the [docs](http://echarts.apache.org/option.html)
+      - Read the [docs](https://echarts.apache.org/option.html)
       - Find in [examples](https://echarts.apache.org/examples/)
       - Look for / ask questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/echarts)
 
-      For non-technical support or general questions, you can email [dev@echarts.apache.org](mailto:dev@echarts.apache.org). And don't forget to subscribe our [mailing list](https://echarts.apache.org/en/maillist.html) to get updated with the project.
+      For non-technical support or general questions, you can email [dev@echarts.apache.org](mailto:dev@echarts.apache.org). And don't forget to subscribe to our [mailing list](https://echarts.apache.org/maillist.html) to get updated with the project.
 
       Also try to search for your issue - it may have already been answered or even fixed in the development branch. However, if you find that an old, closed issue still persists in the latest version, you should open a new issue using the form below instead of commenting on the old issue.
 
@@ -41,7 +41,7 @@ body:
   attributes:
     label: Link to minimal reproduction
     description: |
-      If the reproduction does not need a build setup, please provide a link to a [JSFiddle](https://jsfiddle.net/cnBob/ndk8642w/2/), [JSBin](https://jsbin.com/) or [CodePen](https://codepen.io). If it requires a build setup, you can use [CodeSandbox](https://codesandbox.io/) or provide a GitHub repo.
+      If the reproduction does not need a build setup, please provide a link to [JSFiddle](https://jsfiddle.net/cnBob/ndk8642w/2/), [JSBin](https://jsbin.com/) or [CodePen](https://codepen.io). If it requires a build setup, you can use [CodeSandbox](https://codesandbox.io/) or provide a GitHub repo.
 
   validations:
     required: false
@@ -50,7 +50,7 @@ body:
   attributes:
     label: Steps To Reproduce
     description: |
-      What do we need to do after opening your repro in order to make the bug happen? Clear and concise reproduction instructions are important for us to be able to triage your issue in a timely manner. Note that you can use [Markdown](https://guides.github.com/features/mastering-markdown/) to format lists and code.
+      What do we need to do after opening your repo in order to make the bug happen? Clear and concise reproduction instructions are important for us to be able to triage your issue in a timely manner. Note that you can use [Markdown](https://guides.github.com/features/mastering-markdown/) to format lists and code.
 
     placeholder: |
       1. How do you create the chart.
@@ -98,4 +98,4 @@ body:
       e.g. some background/context of how you ran into this bug.
 
   validations:
-    required: false
\ No newline at end of file
+    required: false
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
index 7198843..b1cf573 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.yml
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -10,17 +10,17 @@ body:
 
       For usage questions, please use the following resources:
 
-      - Read the [docs](http://echarts.apache.org/option.html)
+      - Read the [docs](https://echarts.apache.org/option.html)
       - Find in [examples](https://echarts.apache.org/examples/)
       - Look for / ask questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/echarts)
 
-      For non-technical support or general questions, you can email [dev@echarts.apache.org](mailto:dev@echarts.apache.org). And don't forget to subscribe our [mailing list](https://echarts.apache.org/en/maillist.html) to get updated with the project.
+      For non-technical support or general questions, you can email [dev@echarts.apache.org](mailto:dev@echarts.apache.org). And don't forget to subscribe to our [mailing list](https://echarts.apache.org/maillist.html) to get updated with the project.
 
       Also try to search for your issue - it may have already been answered or even fixed in the development branch. However, if you find that an old, closed issue still persists in the latest version, you should open a new issue using the form below instead of commenting on the old issue.
 
 - type: textarea
   attributes:
-    label: What Problem Does This Feature Solve
+    label: What problem does this feature solve?
     description: |
       Explain your use case, context, and rationale behind this feature request. More importantly, what is the end user experience you are trying to build that led to the need for this feature?
 
@@ -36,4 +36,4 @@ body:
 
 
   validations:
-    required: true
\ No newline at end of file
+    required: true
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 367fd91..4b6b673 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -12,7 +12,7 @@ This pull request is in the type of:
 
 ### What does this PR do?
 
-<!-- USE ONCE SENTENCE TO DESCRIBE WHAT THIS PR DOES. -->
+<!-- USE ONE SENTENCE TO DESCRIBE WHAT THIS PR DOES. -->
 
 
 
@@ -50,7 +50,7 @@ This pull request is in the type of:
 
 ### Related test cases or examples to use the new APIs
 
-NA.
+N.A.
 
 
 
@@ -58,6 +58,6 @@ NA.
 
 ### Merging options
 
-- [ ] Please squash the commits into a single one when merge.
+- [ ] Please squash the commits into a single one when merging.
 
 ### Other information

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org