From c904061b617c388e03efca68ace1b1abe8218162 Mon Sep 17 00:00:00 2001 From: Tommy K Date: Tue, 16 Apr 2024 15:42:23 +0200 Subject: [PATCH] Update ISSUE_TEMPLATE.md --- ISSUE_TEMPLATE.md | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 46dc6bc..26c8b68 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,14 +1,28 @@ --- -name: "Template Name" +name: "Issue Template" about: "This template is for testing!" -title: "[TEST] " +title: "New Feature" ref: "main" labels: -- bug -- "help needed" +- enhancement --- -This is the template! \ No newline at end of file +## Feature Description +# Example + +when you press a button the text "hello world" gets printed on screen + + +## Functional requirements +# example + 1. a button to click on + + +## Technical requirements + +# Example + 1. a button element on the page + 1. a function that displays the text "hello world"