Skip to content

Commit 60862da

Browse files
authored
Merge pull request #791 from zbjornson/issue-template
Add issue template
2 parents b470ce8 + 54553a5 commit 60862da

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!----------------------------------- STOP! ----------------------------------->
2+
<!---
3+
Having trouble installing node-canvas? Please make sure you have read
4+
the installation instructions located here before asking for help:
5+
https://github.com/Automattic/node-canvas#installation
6+
Still having problems, found a bug or want a feature? Fill out the form below.
7+
-->
8+
9+
<!--- Provide a general summary of the issue in the Title above -->
10+
11+
## Issue or Feature
12+
<!--- Provide info about the bug or feature. -->
13+
14+
## Steps to Reproduce
15+
<!--- For bugs, provide a short, complete code example to reproduce the issue. -->
16+
```js
17+
var Canvas = require('canvas');
18+
var canvas = new Canvas(200, 200);
19+
var ctx = canvas.getContext('2d');
20+
// etc.
21+
```
22+
23+
## Your Environment
24+
* Version of node-canvas (e.g. 1.4.0):
25+
* Environment (e.g. node 4.2.0 on Mac OS X 10.8):

0 commit comments

Comments
 (0)