summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2021-09-20 10:28:19 +0700
committerGitHub <noreply@github.com>2021-09-20 10:28:19 +0700
commit826e546256b97ffaa8a88409e0c26cccffb179f1 (patch)
tree4b2d44990cbb1994d15ad8c46951b681bef447b4
parentde9b5eb9437a7ff0007bcf48c9dee8d5041ac37b (diff)
downloadlibgd-826e546256b97ffaa8a88409e0c26cccffb179f1.tar.gz
Update issue templates
Bug template
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..0610ec5
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,30 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+Steps to reproduce the behavior:
+1. Code to reproduce (C, php, perl, lua or other binding)
+2. Source images if needed
+
+**Expected behavior**
+A clear and concise description of what you expected to happen. If the code outputs images (save or directly), please provide the expected image result if possible.
+
+**Actual results**
+The values returned by GD or the actual image generated by the code.
+
+**Environment (please complete the following information):**
+ - OS: [e.g. Debian]
+ - Version [e.g. 2.3.5]
+- All libraries used by GD and their respective version (eg. Freetype 2.2.5)
+
+**Additional context**
+Add any other context about the problem here.