From 8bbb2224aa05de48db7ab2d31243baa91898cf6f Mon Sep 17 00:00:00 2001 From: jarrekk Date: Mon, 29 May 2023 14:08:39 +0800 Subject: [PATCH] Create help_needed.md --- .github/ISSUE_TEMPLATE/help_needed.md | 28 +++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/help_needed.md diff --git a/.github/ISSUE_TEMPLATE/help_needed.md b/.github/ISSUE_TEMPLATE/help_needed.md new file mode 100644 index 0000000..9fb7d1f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/help_needed.md @@ -0,0 +1,28 @@ +--- +name: Help needed +about: Create a report to help us improve +title: '' +labels: help +assignees: jarrekk + +--- + +**Describe the problem** +A clear and concise description of what the problem is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See problem + +**Screenshots** +If applicable, add screenshots to help explain your problem. + + - OS: [e.g. Ubuntu 18.04 LTS] + - IMGkit Version [e.g. 22] +- `wkhtmltopdf` Version [e.g. 22] + +**Additional context** +Add any other context about the problem here.