You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2019/12/10 06:31:03 UTC

[incubator-echarts] branch master updated: doc: add pr template (#11819)

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/incubator-echarts.git


The following commit(s) were added to refs/heads/master by this push:
     new 3528dda  doc: add pr template (#11819)
3528dda is described below

commit 3528dda245fce9e5484109d0820a9c626bc70ef3
Author: Ovilia <zw...@gmail.com>
AuthorDate: Tue Dec 10 14:30:54 2019 +0800

    doc: add pr template (#11819)
---
 .github/pull_request_template.md | 66 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 66 insertions(+)

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 0000000..770ee0e
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,66 @@
+<!-- Please fill in the following information to help us review your PR more efficiently. -->
+
+## Brief Information
+
+This pull request is in the type of:
+
+- [ ] bug fixing
+- [ ] new feature
+- [ ] others
+
+
+
+### What does this PR do?
+
+<!-- USE ONCE SENTENCE TO DESCRIBE WHAT THIS PR DOES. -->
+
+
+
+### Fixed issues
+
+<!--
+- #xxxx: ...
+-->
+
+
+## Details
+
+### Before: What was the problem?
+
+<!-- DESCRIBE THE BUG OR REQUIREMENT HERE. -->
+
+<!-- ADD SCREENSHOT HERE IF APPLICABLE. -->
+
+
+
+### After: How is it fixed in this PR?
+
+<!-- THE RESULT AFTER FIXING AND A SIMPLE EXPLANATION ABOUT HOW IT IS FIXED. -->
+
+<!-- ADD SCREENSHOT HERE IF APPLICABLE. -->
+
+
+
+## Usage
+
+### Are there any API changes?
+
+- [ ] The API has been changed.
+
+<!-- LIST THE API CHANGES HERE -->
+
+
+
+### Related test cases or examples to use the new APIs
+
+NA.
+
+
+
+## Others
+
+### Merging options
+
+- [ ] Please squash the commits into a single one when merge.
+
+### Other information


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