]> granicus.if.org Git - libjpeg-turbo/commitdiff
GitHub: Add bug report template
authorDRC <information@virtualgl.org>
Fri, 1 Mar 2019 16:07:51 +0000 (10:07 -0600)
committerGitHub <noreply@github.com>
Fri, 1 Mar 2019 16:07:51 +0000 (10:07 -0600)
.github/ISSUE_TEMPLATE/bug-report.md [new file with mode: 0644]

diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md
new file mode 100644 (file)
index 0000000..7e23bf9
--- /dev/null
@@ -0,0 +1,30 @@
+---
+name: Bug Report
+about: Inform the maintainer about unexpected, reproducible behavior
+title: ''
+labels: bug
+assignees: dcommander
+
+---
+
+**Have you searched the existing issues (both open and closed) in the libjpeg-turbo issue tracker to ensure that this bug report is not a duplicate?**
+
+**Does this bug report describe one of the [two known and unsolvable issues with the JPEG format](https://libjpeg-turbo.org/pmwiki/uploads/About/TwoIssueswiththeJPEGStandard.pdf)?**
+
+**Clear and concise description of the bug:**
+
+**Steps to reproduce the bug (using *only* libjpeg-turbo):**
+
+**Image(s) needed in order to reproduce the bug (if applicable):**
+
+**Expected behavior:**
+
+**Observed behavior:**
+
+**Platform(s) (compiler version, operating system version, CPU) on which the bug was observed:**
+
+**libjpeg-turbo version(s) in which the bug was observed:**
+
+**If the bug is a regression, the specific commit that introduced the regression (use `git bisect` to determine this):**
+
+**Additional information:**