forked from Inpaqt/gitea_template
Update ISSUE_TEMPLATE.md
This commit is contained in:
parent
f569c38339
commit
c904061b61
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user