github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/public/libs/vue-1.0.24/issue_template.md (about)

     1  <!--
     2  Thank you for contributing! Please carefully read the following before opening your issue.
     3  
     4  中文用户:请尽量用英文描述你的 issue,这样能够让尽可能多的人帮到你。
     5  
     6  Got a question?
     7  ===============
     8  The issue list of this repo is **exclusively** for bug reports and feature requests. For simple questions, please use the following resources:
     9  
    10  - Read the docs: http://vuejs.org/guide/
    11  - Watch video tutorials: https://laracasts.com/series/learning-vue-step-by-step
    12  - Ask in the Gitter chat room: https://gitter.im/vuejs/vue
    13  - Ask on the forums: http://forum.vuejs.org/
    14  - Look for/ask questions on stack overflow: https://stackoverflow.com/questions/ask?tags=vue.js
    15  
    16  Reporting a bug?
    17  ================
    18  - Try to search for your issue, it may have already been answered or even fixed in the development branch.
    19  
    20  - Check if the issue is reproducible with the latest stable version of Vue. If you are using a pre-release, please indicate the specific version you are using.
    21  
    22  - It is **required** that you clearly describe the steps necessary to reproduce the issue you are running into. Issues with no clear repro steps will not be triaged. If an issue labeled "need repro" receives no further input from the issue author for more than 5 days, it will be closed.
    23  
    24  - It is recommended that you make a JSFiddle/JSBin/Codepen to demonstrate your issue. You could start with [this template](http://jsfiddle.net/5sH6A/) that already includes the latest version of Vue.
    25  
    26  - For bugs that involves build setups, you can create a reproduction repository with steps in the README.
    27  
    28  - If your issue is resolved but still open, don’t hesitate to close it. In case you found a solution by yourself, it could be helpful to explain how you fixed it.
    29  
    30  Have a feature request?
    31  =======================
    32  Remove the template from below and provide thoughtful commentary *and code samples* on what this feature means for your product. What will it allow you to do that you can't do today? How will it make current work-arounds straightforward? What potential bugs and edge cases does it help to avoid? etc. Please keep it product-centric.
    33  -->
    34  
    35  <!-- BUG REPORT TEMPLATE -->
    36  ### Vue.js version
    37  1.0.23
    38  
    39  ### Reproduction Link
    40  <!-- A minimal JSBin, JSFiddle, Codepen, or a GitHub reprository that can reproduce the bug. -->
    41  
    42  ### Steps to reproduce
    43  
    44  ### What is Expected?
    45  
    46  ### What is actually happening?