Browse Source

Update ISSUE_TEMPLATE.md

pull/75/head
Krzysztof Piasecki 8 years ago
committed by GitHub
parent
commit
6eec1f6fbf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 49 deletions
  1. +19
    -49
      .github/ISSUE_TEMPLATE.md

+ 19
- 49
.github/ISSUE_TEMPLATE.md View File

@ -1,59 +1,29 @@
<!--
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 ...
<!-- Check one of the following options with "x" -->
<pre><code>
[ ] Bug report <!-- Please search GitHub for a similar issue or PR before submitting -->
[ ] Feature request
[ ] Documentation issue
[ ] Support request
</code></pre>
## Current behavior
<!-- Describe how the issue manifests. -->
## Expected behavior
<!-- Describe what the desired behavior would be. -->
## Minimal reproduction of the problem with instructions
<!--
For bug reports please provide the *STEPS TO REPRODUCE* and if possible a *MINIMAL DEMO* of the problem
PLEASE SEARCH GITHUB FOR A SIMILAR ISSUE OR PR BEFORE SUBMITTING
-->
## What is the motivation / use case for changing the behavior?
<!-- Describe the motivation or the concrete use case. -->
<!-- DON'T FORGET REMOVE UNNECESSARY -->
<h1>Bug report</h1>
<h1>Feature request</h1>
<h1>Documentation issue</h1>
<h1>Support request</h1>
# Current behavior
<!-- Describe how the issue manifests -->
## Environment
<pre><code>
Platform:
- [ ] Linux
- [ ] Mac
- [ ] Windows
- [ ] Other
# Expected behavior
<!-- Describe what the desired behavior would be. -->
<!-- For bug reports please provide the *STEPS TO REPRODUCE* and if possible a *MINIMAL DEMO* of the problem -->
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
For Building issues:
- Node version: XX <!-- run `node --version` -->
- NPM version: XX <!-- run `node --version` -->
# Environment
Platform:
Browser:
Others:
<!-- Anything else relevant? Operating system version, IDE, package manager, HTTP server, ... -->
</code></pre>
For building issues:
Node:
NPM:
<!-- run `node --version` -->
<!-- run `npm --version` -->

Loading…
Cancel
Save