Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
YorkShen committed Jan 28, 2019
1 parent f20382a commit c8c6736
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 27 deletions.
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -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.-->
26 changes: 16 additions & 10 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,35 +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
<!-- 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.-->
17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

0 comments on commit c8c6736

Please sign in to comment.