Browse Source

Merge pull request #75 from krzysiekpiasecki/master

Add ISSUE_TEMPLATE
pull/87/head
Aigars Silkalns 8 years ago
committed by GitHub
parent
commit
2cf94284b1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions
  1. +31
    -0
      .github/ISSUE_TEMPLATE.md

+ 31
- 0
.github/ISSUE_TEMPLATE.md View File

@ -0,0 +1,31 @@
<!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
PLEASE SEARCH GITHUB FOR A SIMILAR ISSUE OR PR BEFORE SUBMITTING
-->
<!-- DON'T FORGET REMOVE UNNECESSARY -->
<h1>Bug report</h1>
<h1>Feature request</h1>
<h1>Support request</h1>
<h1>Documentation issue</h1>
<!-- Optionally describe the motivation or the concrete use case -->
# Current behavior
<!-- Describe how the issue manifests -->
# 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 -->
# Environment
Platform:
Browser:
For building issues:
Node:
NPM:
<!-- run `node --version` -->
<!-- run `npm --version` -->

Loading…
Cancel
Save