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"