From 7d5fe20e4332584655e2f33aaa33d4dec0edbe97 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Wed, 4 May 2022 02:57:13 +0100 Subject: [PATCH] Update issue-template.md --- .github/ISSUE_TEMPLATE/issue-template.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue-template.md b/.github/ISSUE_TEMPLATE/issue-template.md index 1f87fd9..90b1e06 100644 --- a/.github/ISSUE_TEMPLATE/issue-template.md +++ b/.github/ISSUE_TEMPLATE/issue-template.md @@ -17,10 +17,10 @@ To minimise effort to resolve issues the following should be provided as a minim 7. Interface type (SPI or parallel) Plus further information as appropriate to the problem: -8. TFT to processor connections used -9. A zip file containing your setup file (just drag and drop in message window - do not paste in long files!) -10. A zip file containing a simple and complete example sketch that demonstrates the problem but needs no special hardware sensors or libraries. -11. Screen shot pictures showing the problem (just drag and drop in message window) +1. TFT to processor connections used +2. A zip file containing your setup file (just drag and drop in message window - do not paste in long files!) +3. A zip file containing a simple and complete example sketch that demonstrates the problem but needs no special hardware sensors or libraries. +4. Screen shot pictures showing the problem (just drag and drop in message window) The idea is to provide sufficient information so I can setup the exact same (or sufficiently similar) scenario to investigate and resolve the issue.