Skip to content

Commit b700b19

Browse files
committed
Added bug report markdown file.
1 parent 157672e commit b700b19

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
5+
---
6+
7+
### Prerequisites
8+
9+
- [ ] I have written a descriptive issue title
10+
- [ ] I have verified that I am using the latest version of ImageMagick
11+
- [ ] I have searched [open](https://github.com/ImageMagick/ImageMagick/issues) and [closed](https://github.com/ImageMagick/ImageMagick/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported
12+
13+
### Description
14+
<!-- A description of the bug or feature -->
15+
16+
### Steps to Reproduce
17+
<!-- List of steps, sample code, failing test or link to a project that reproduces the behavior.
18+
Make sure you place a stack trace inside a code (```) block to avoid linking unrelated issues -->
19+
20+
### System Configuration
21+
<!-- Tell us about the environment where you are experiencing the bug -->
22+
23+
- ImageMagick version:
24+
- Environment (Operating system, version and so on):
25+
- Additional information:
26+
27+
<!-- Thanks for reporting the issue to ImageMagick! -->

0 commit comments

Comments
 (0)