Skip to content

Commit

Permalink
Merge pull request #791 from zbjornson/issue-template
Browse files Browse the repository at this point in the history
Add issue template
  • Loading branch information
LinusU committed Jul 11, 2016
2 parents b470ce8 + 54553a5 commit 60862da
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE.md
@@ -0,0 +1,25 @@
<!----------------------------------- STOP! ----------------------------------->
<!---
Having trouble installing node-canvas? Please make sure you have read
the installation instructions located here before asking for help:
https://github.com/Automattic/node-canvas#installation
Still having problems, found a bug or want a feature? Fill out the form below.
-->

<!--- Provide a general summary of the issue in the Title above -->

## Issue or Feature
<!--- Provide info about the bug or feature. -->

## Steps to Reproduce
<!--- For bugs, provide a short, complete code example to reproduce the issue. -->
```js
var Canvas = require('canvas');
var canvas = new Canvas(200, 200);
var ctx = canvas.getContext('2d');
// etc.
```

## Your Environment
* Version of node-canvas (e.g. 1.4.0):
* Environment (e.g. node 4.2.0 on Mac OS X 10.8):

0 comments on commit 60862da

Please sign in to comment.