diff options
author | BobIsMyManager <bimmgitsignature.nly8m@simplelogin.co> | 2022-07-28 17:31:18 +0100 |
---|---|---|
committer | BobIsMyManager <bimmgitsignature.nly8m@simplelogin.co> | 2022-07-28 17:31:18 +0100 |
commit | 84490eee8b31bc35fa2e868420294f8a697fc9b5 (patch) | |
tree | 12e7e3708d4b6bd676dd8469725bcb47865ea965 /.gitea/issue_template/bug.md | |
parent | Added lbry embeds and codeberg issue templates (diff) | |
download | libredirect-84490eee8b31bc35fa2e868420294f8a697fc9b5.zip |
codeberg issue templates
Diffstat (limited to '.gitea/issue_template/bug.md')
-rw-r--r-- | .gitea/issue_template/bug.md | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/.gitea/issue_template/bug.md b/.gitea/issue_template/bug.md new file mode 100644 index 00000000..e5d081e3 --- /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." +lables: + - "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. |