Skip to content

Commit 0c9a570

Browse files
Update issue templates
1 parent 8dfef81 commit 0c9a570

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
5+
---
6+
7+
<!-- IF YOU DO NOT FILL OUT THE FOLLOWING FORM YOUR ISSUE WILL AUTOMATICALLY BE CLOSED!!! -->
8+
9+
# Expected Behavior
10+
11+
<!-- Please describe the behavior you are expecting -->
12+
13+
# Current Behavior
14+
15+
<!-- What is the current behavior? -->
16+
17+
# Failure Information (for bugs)
18+
19+
<!-- Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template. -->
20+
21+
## Steps to Reproduce
22+
23+
<!-- Please provide detailed steps for reproducing the issue. Or provide a small runnable code example.
24+
25+
IF YOUR ISSUE DEPENDS ON A PARTICULAR IMAGE BE SURE TO INCLUDE THIS AS WELL. WE CAN'T REPORDUCE IF WE DON'T HAVE YOUR IMAGE
26+
27+
1. step 1
28+
2. step 2
29+
3. you get it... -->
30+
31+
32+
**Screenshots**
33+
<!-- If applicable, add screenshots to help explain your problem. -->
34+
35+
## Context
36+
37+
<!-- Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions. -->
38+
39+
- Jimp Version:
40+
- Operating System:
41+
- Node version:
42+
43+
## Failure Logs
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
5+
---
6+
7+
**Is your feature request related to a problem? Please describe.**
8+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
9+
10+
**Describe the solution you'd like**
11+
A clear and concise description of what you want to happen.
12+
13+
**Describe alternatives you've considered**
14+
A clear and concise description of any alternative solutions or features you've considered.
15+
16+
**Additional context**
17+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)