summaryrefslogtreecommitdiffstats
path: root/.gitea
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2022-11-23 19:15:17 +0100
committerThomas <tschneider.ac@gmail.com>2022-11-23 19:15:17 +0100
commit2d3bb92925c3831e7408ff9c63b71b610b37f389 (patch)
tree5dc80ba2f45a73f708f50ef71463642416e78abc /.gitea
parent43fe552ee41b7201de21092ea55d9a03982ca99d (diff)
Templates
Diffstat (limited to '.gitea')
-rw-r--r--.gitea/issue_template/bug.md12
-rw-r--r--.gitea/issue_template/feature.md12
2 files changed, 21 insertions, 3 deletions
diff --git a/.gitea/issue_template/bug.md b/.gitea/issue_template/bug.md
index 49256c370..a7a8c8f2f 100644
--- a/.gitea/issue_template/bug.md
+++ b/.gitea/issue_template/bug.md
@@ -1,8 +1,16 @@
-### Issue
+---
+
+name: "Bug"
+about: "Something isn't working"
+labels:
+
+- Bug
+
+---
<!-- Please, describe the issue here -->
-### Steps for reproducing the issue
+## # Steps for reproducing the issue
<!-- Step, to reproduce it -->
diff --git a/.gitea/issue_template/feature.md b/.gitea/issue_template/feature.md
index 312bce303..74215f1df 100644
--- a/.gitea/issue_template/feature.md
+++ b/.gitea/issue_template/feature.md
@@ -1,4 +1,14 @@
-### Describe the improvement
+---
+
+name: "Feature"
+about: "A new feature or an enhancement to an existing feature"
+labels:
+
+- Feature
+
+---
+
+## # Describe the improvement
<!-- Your social network -->
<!-- Put a x between brackets like: - [x] Mastodon -->