about summary refs log tree commit diff stats
path: root/.gitea
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-07-31 11:57:59 +0300
committerManeraKai <manerakai@protonmail.com>2022-07-31 11:57:59 +0300
commitb3c44dfbd4bec81152673964224335cac31c644a (patch)
treea8b7d39cd5a038d429d3b425555bf4fee9969461 /.gitea
parentMerge https://github.com/libredirect/libredirect (diff)
parentMinor spelling mistake (diff)
downloadlibredirect-b3c44dfbd4bec81152673964224335cac31c644a.zip
Merge branch 'master' of https://codeberg.org/LibRedirect/libredirect
Diffstat (limited to '.gitea')
-rw-r--r--.gitea/issue_template/bug.md31
-rw-r--r--.gitea/issue_template/feature.md14
2 files changed, 45 insertions, 0 deletions
diff --git a/.gitea/issue_template/bug.md b/.gitea/issue_template/bug.md
new file mode 100644
index 00000000..13de17e6
--- /dev/null
+++ b/.gitea/issue_template/bug.md
@@ -0,0 +1,31 @@
+---
+name: "Report a bug"
+about: "Is libredirect not behaving as expected? Report a bug so that it can be fixed as soon as possible."
+labels:
+  - "Kind: Bug"
+---
+
+## What happened?
+
+## What did you expect to happen?
+
+## Steps to reproduce:
+
+1.
+2.
+3.
+
+<!-- and so on -->
+
+## Debug information:
+
+Browser and version number:
+Libredirect version:
+
+## Screenshots/Videos
+
+<!--Just drag and drop any screenshots or videos you have of the issue below-->
+
+<br>
+<!--Put an "x" inbetween the brackets to confirm-->
+[ ] I have checked on codeberg and github and can confirm this issue is not a duplicate.
diff --git a/.gitea/issue_template/feature.md b/.gitea/issue_template/feature.md
new file mode 100644
index 00000000..2b08ce22
--- /dev/null
+++ b/.gitea/issue_template/feature.md
@@ -0,0 +1,14 @@
+---
+name: "Suggest a new feature"
+about: "Is there something missing that you want to see in libredirect? Suggest a feature so it will exist in a future release."
+labels:
+  - "Kind: Feature"
+---
+
+## Describe your current issue/inconvinience
+
+## Explain how this new feature will solve this
+
+<br>
+<!--Put an "x" inbetween the brackets to confirm-->
+[ ] I have checked on codeberg and github and can confirm this issue is not a duplicate.