forked from Inpaqt/gitea_template
29 lines
428 B
Markdown
29 lines
428 B
Markdown
---
|
|
|
|
name: "Issue Template"
|
|
about: "This template is for testing!"
|
|
title: "New Feature"
|
|
ref: "main"
|
|
labels:
|
|
|
|
- enhancement
|
|
|
|
---
|
|
|
|
## 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"
|