summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug-report.md
blob: c16b5627a9cb4766d3a524ed22cd2f025dfde791 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
name: Bug report
about: Create a report to help us improve

---

### Prerequisites

- [ ] I have written a descriptive issue title
- [ ] I have verified that I am using the latest version of ImageMagick
- [ ] 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

### Description
<!-- A description of the bug or feature -->

### Steps to Reproduce
<!-- List of steps, sample code, failing test or link to a project that reproduces the behavior.
     Make sure you place a stack trace inside a code (```) block to avoid linking unrelated issues -->

### System Configuration
<!-- Tell us about the environment where you are experiencing the bug -->

- ImageMagick version:
- Environment (Operating system, version and so on):
- Additional information:

<!-- Thanks for reporting the issue to ImageMagick! -->