Update ISSUE_TEMPLATE.md

This commit is contained in:
Tommy K 2024-04-16 15:42:23 +02:00
parent f569c38339
commit c904061b61

View File

@ -1,14 +1,28 @@
--- ---
name: "Template Name" name: "Issue Template"
about: "This template is for testing!" about: "This template is for testing!"
title: "[TEST] " title: "New Feature"
ref: "main" ref: "main"
labels: labels:
- bug - enhancement
- "help needed"
--- ---
This is the template! ## 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"