angular-cn/.github/ISSUE_TEMPLATE.md

58 lines
1.8 KiB
Markdown
Raw Normal View History

<!--
2017-06-13 17:49:13 -04:00
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
2017-06-13 17:49:13 -04:00
<!-- Check one of the following options with "x" -->
<pre><code>
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report <!-- Please search GitHub for a similar issue or PR before submitting -->
2017-06-13 17:49:13 -04:00
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
</code></pre>
## Current behavior
<!-- Describe how the issue manifests. -->
2016-03-03 00:23:47 -05:00
2017-06-13 17:49:13 -04:00
## Expected behavior
<!-- Describe what the desired behavior would be. -->
2016-03-03 00:23:47 -05:00
2017-06-13 17:49:13 -04:00
## Minimal reproduction of the problem with instructions
<!--
2017-06-13 17:49:13 -04:00
For bug reports please provide the *STEPS TO REPRODUCE* and if possible a *MINIMAL DEMO* of the problem via
https://plnkr.co or similar (you can use this template as a starting point: http://plnkr.co/edit/tpl:AvJOMERrnz94ekVua0u5).
-->
2017-06-13 17:49:13 -04:00
## What is the motivation / use case for changing the behavior?
<!-- Describe the motivation or the concrete use case. -->
2016-03-03 00:23:47 -05:00
## Environment
2016-03-03 00:23:47 -05:00
2017-06-13 17:49:13 -04:00
<pre><code>
Angular version: X.Y.Z
<!-- Check whether this is still an issue in the most recent Angular version -->
2017-06-13 17:49:13 -04:00
Browser:
- [ ] Chrome (desktop) version XX
- [ ] Chrome (Android) version XX
- [ ] Chrome (iOS) version XX
- [ ] Firefox version XX
- [ ] Safari (desktop) version XX
- [ ] Safari (iOS) version XX
- [ ] IE version XX
- [ ] Edge version XX
2017-06-13 17:49:13 -04:00
For Tooling issues:
- Node version: XX <!-- run `node --version` -->
- Platform: <!-- Mac, Linux, Windows -->
2017-06-13 17:49:13 -04:00
Others:
<!-- Anything else relevant? Operating system version, IDE, package manager, HTTP server, ... -->
</code></pre>