gitea_playground/ISSUE_TEMPLATE.md
2024-04-16 15:42:23 +02:00

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"