diff options
author | BobIsMyManager <bimmgitsignature.nly8m@simplelogin.co> | 2022-08-03 14:16:18 +0100 |
---|---|---|
committer | BobIsMyManager <bimmgitsignature.nly8m@simplelogin.co> | 2022-08-03 14:16:30 +0100 |
commit | 2460d24aba22fb196013a11f0256331b9ec65cbf (patch) | |
tree | 794dd9112dcd2074e2a0c73511563d730387afc5 /.gitea | |
parent | Update 'README.md' (diff) | |
download | libredirect-2460d24aba22fb196013a11f0256331b9ec65cbf.zip |
Make checkbox actually work
Diffstat (limited to '.gitea')
-rw-r--r-- | .gitea/issue_template/bug.md | 3 | ||||
-rw-r--r-- | .gitea/issue_template/feature.md | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/.gitea/issue_template/bug.md b/.gitea/issue_template/bug.md index 13de17e6..3dfb0b73 100644 --- a/.gitea/issue_template/bug.md +++ b/.gitea/issue_template/bug.md @@ -28,4 +28,5 @@ Libredirect version: <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. + +- [ ] 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 index 2b08ce22..6993b6d4 100644 --- a/.gitea/issue_template/feature.md +++ b/.gitea/issue_template/feature.md @@ -11,4 +11,5 @@ labels: <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. + +- [ ] I have checked on codeberg and github and can confirm this issue is not a duplicate. |