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 2018/11/21 13:05:51 UTC

[incubator-weex] branch master updated: * [Issue] Update issue templates for good (#1792)

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 caff581  * [Issue] Update issue templates for good (#1792)
caff581 is described below

commit caff5819c675e88c0d9d4dbc5d2b6f649f70086b
Author: YorkShen <sh...@gmail.com>
AuthorDate: Wed Nov 21 21:05:47 2018 +0800

    * [Issue] Update issue templates for good (#1792)
---
 .github/ISSUE_TEMPLATE/bug_report.md      |  2 +-
 .github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index def0f46..4f0c92e 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -9,7 +9,7 @@ Thanks for using Weex. Please follow the [Bug Report Guidelines](http://weex-pro
 -->
 
 <!-- Requirements: please go through this checklist before opening a new issue -->
-  - [ ] Review the documentation: https://weex-project.io/index.html
+  - [ ] 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
 
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 0000000..066b2d9
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,17 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+
+---
+
+**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.