You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ky...@apache.org on 2019/01/28 08:51:07 UTC

[incubator-weex] branch issue-bug-template updated: Update issue templates

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

kyork pushed a commit to branch issue-bug-template
in repository https://gitbox.apache.org/repos/asf/incubator-weex.git


The following commit(s) were added to refs/heads/issue-bug-template by this push:
     new c8c6736  Update issue templates
c8c6736 is described below

commit c8c673660ca4fd75245272e4b99037cda9f1c382
Author: YorkShen <sh...@gmail.com>
AuthorDate: Mon Jan 28 16:50:58 2019 +0800

    Update issue templates
---
 .github/ISSUE_TEMPLATE/bug-report.md      | 41 +++++++++++++++++++++++++++++++
 .github/ISSUE_TEMPLATE/bug_report.md      | 26 ++++++++++++--------
 .github/ISSUE_TEMPLATE/feature_request.md | 17 -------------
 3 files changed, 57 insertions(+), 27 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md
new file mode 100644
index 0000000..6580f28
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug-report.md
@@ -0,0 +1,41 @@
+---
+name: Bug Report
+about: Report a reproducible bug in the Weex library.
+title: "[Android][iOS][Dev-tool] Unexpected behavior when xx where weex version is
+  0.aa.bb.cc"
+labels: Bug
+assignees: ''
+
+---
+
+<!--
+Thanks for using Weex. Please follow the [Bug Report Guidelines](http://weex-project.io/bug-report-guidelines.html) to file issues. A good bug report should include the following information:
+-->
+
+<!-- Requirements: please go through this checklist before opening a new issue
+  - * Review the documentation: https://weex.apache.org/index.html
+  - * Search for existing issues: https://github.com/apache/incubator-weex/issues
+  - * Use the latest Weex release: https://github.com/apache/incubator-weex/releases -->
+
+
+## Describe the bug
+<!-- A clear and concise description of what the bug is. -->
+
+## To Reproduce
+<!-- Steps to reproduce the behavior.  Include a MCVE using http://dotwe.org/vue , crash stacktrace or  share your app project. Please follow the guidelines for providing a MCVE: https://stackoverflow.com/help/mcve -->
+
+## Environment
+<!-- 
+* Device: [e.g. iPhone6]
+* OS: [e.g. iOS8.1]
+* Version [e.g. 22]
+* Build from source [e.g. yes/no] -->
+
+## Expected behavior
+<!-- A clear and concise description of what you expected to happen. -->
+
+## Screenshots
+<!-- If applicable, add screenshots to help explain your problem. -->
+
+## Additional context
+<!-- Add any other context about the problem here.-->
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 1e1294e..478b06a 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,6 +1,10 @@
 ---
 name: Bug report
 about: Report a reproducible bug in the Weex library.
+title: "[Android][iOS][Dev-tool] Unexpected behavior when xx where weex version is
+  0.aa.bb.cc"
+labels: Bug
+assignees: ''
 
 ---
 
@@ -8,28 +12,30 @@ about: Report a reproducible bug in the Weex library.
 Thanks for using Weex. Please follow the [Bug Report Guidelines](http://weex-project.io/bug-report-guidelines.html) to file issues. A good bug report should include the following information:
 -->
 
-<!-- Requirements: please go through this checklist before opening a new issue -->
-  - [ ] Review the documentation: https://weex.apache.org/index.html
-  - [ ] Search for existing issues: https://github.com/apache/incubator-weex/issues
-  - [ ] Use the latest Weex release: https://github.com/apache/incubator-weex/releases
+<!-- Requirements: please go through this checklist before opening a new issue
+  - * Review the documentation: https://weex.apache.org/index.html
+  - * Search for existing issues: https://github.com/apache/incubator-weex/issues
+  - * Use the latest Weex release: https://github.com/apache/incubator-weex/releases -->
+
 
 ## Describe the bug
-A clear and concise description of what the bug is.
+<!-- A clear and concise description of what the bug is. -->
 
 ## To Reproduce
-Steps to reproduce the behavior.  Include a MCVE using http://dotwe.org/vue , crash stacktrace or  share your app project. Please follow the guidelines for providing a MCVE: https://stackoverflow.com/help/mcve
+<!-- Steps to reproduce the behavior.  Include a MCVE using http://dotwe.org/vue , crash stacktrace or  share your app project. Please follow the guidelines for providing a MCVE: https://stackoverflow.com/help/mcve -->
 
 ## Environment
+<!-- 
 * Device: [e.g. iPhone6]
 * OS: [e.g. iOS8.1]
 * Version [e.g. 22]
-* Build from source [e.g. yes/no]
+* Build from source [e.g. yes/no] -->
 
 ## Expected behavior
-A clear and concise description of what you expected to happen.
+<!-- A clear and concise description of what you expected to happen. -->
 
 ## Screenshots
-If applicable, add screenshots to help explain your problem.
+<!-- If applicable, add screenshots to help explain your problem. -->
 
 ## Additional context
-Add any other context about the problem here.
+<!-- Add any other context about the problem here.-->
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
deleted file mode 100644
index e8ad87f..0000000
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-name: Feature request
-about: Suggest an idea for Weex
-
----
-
-**Is your feature request related to a problem? Please describe.**
-A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
-
-**Describe the solution you'd like**
-A clear and concise description of what you want to happen.
-
-**Describe alternatives you've considered**
-A clear and concise description of any alternative solutions or features you've considered.
-
-**Additional context**
-Add any other context or screenshots about the feature request here.