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 09:21:49 UTC

[incubator-weex] branch master updated: Update issue templates (#2091)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ff97af6  Update issue templates (#2091)
ff97af6 is described below

commit ff97af62c8591c8dba0ed760479480bdd957d412
Author: YorkShen <sh...@gmail.com>
AuthorDate: Mon Jan 28 17:21:43 2019 +0800

    Update issue templates (#2091)
---
 .github/ISSUE_TEMPLATE/bug_report.md | 41 ------------------------------------
 1 file changed, 41 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
deleted file mode 100644
index 478b06a..0000000
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ /dev/null
@@ -1,41 +0,0 @@
----
-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.-->