From 826e546256b97ffaa8a88409e0c26cccffb179f1 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Mon, 20 Sep 2021 10:28:19 +0700 Subject: Update issue templates Bug template --- .github/ISSUE_TEMPLATE/bug_report.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md 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. -- cgit v1.2.1