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

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


The following commit(s) were added to refs/heads/master by this push:
     new ae0dd0efe chore: make reproduction link required
     new 1ea88856a Merge pull request #18458 from cloydlau/master
ae0dd0efe is described below

commit ae0dd0efe5e0fc6572d5d00f339e929a610e27c1
Author: Cloyd Lau <[email protected]>
AuthorDate: Fri Mar 31 22:57:36 2023 +0800

    chore: make reproduction link required
---
 .github/ISSUE_TEMPLATE/bug_report.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml 
b/.github/ISSUE_TEMPLATE/bug_report.yml
index e1534227c..5a061858a 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -42,9 +42,11 @@ body:
     label: Link to Minimal Reproduction
     description: |
       If the reproduction does not need a build setup, please provide a link 
to [JSFiddle](https://jsfiddle.net/plainheart/e46ozpqj/7/), 
[JSBin](https://jsbin.com/) or 
[CodePen](https://codepen.io/Ovilia/pen/dyYWXWM). If it requires a build setup, 
you can use 
[CodeSandbox](https://codesandbox.io/s/echarts-basic-example-template-mpfz1s) 
or provide a GitHub repo.
+      The reproduction should be **minimal** - i.e. it should contain only the 
bare minimum amount of code needed to show the bug.
+      Please do not just fill in a random link. The issue will be closed if no 
valid reproduction is provided. 
[Why?](https://antfu.me/posts/why-reproductions-are-required)
 
   validations:
-    required: false
+    required: true
 
 - type: textarea
   attributes:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to