codeberg issue templates
This commit is contained in:
parent
29295b8237
commit
84490eee8b
|
@ -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.
|
|
@ -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."
|
||||||
|
lables:
|
||||||
|
- "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.
|
Loading…
Reference in New Issue