diff options
| author | Henry Jameson <me@hjkos.com> | 2022-07-31 17:04:48 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-07-31 17:04:48 +0300 |
| commit | dd1abc9f5d9cedf3eccb286764692e3d5a19d7a9 (patch) | |
| tree | 5bf7da606828b423c19b3634d162edc81e187ae8 /.gitlab/issue_templates/Bug.md | |
| parent | 0b88c56aa674ad19be7e7e883a3687ec89569940 (diff) | |
add gitlab templates
Diffstat (limited to '.gitlab/issue_templates/Bug.md')
| -rw-r--r-- | .gitlab/issue_templates/Bug.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 00000000..bfd5e7b4 --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,25 @@ +# Environment info + +<!-- Everything is optional and where applicable but the more information the better. --> +* Browser, version, OS, platform: +* Instance URL: +* Frontend version (see settings -> about): +* Backend version (see settings -> about): +* Browser extensions (ublock, rikaichamp etc): +* Known instance/user customizations (i.e. pleromafe mods/forks, instance styles etc) + +# Bug description & reproduction steps + +<!-- Type out here how to reproduce the bug, what goes wrong and what should go right --> +<!-- Screenshots and videos help a lot ;) any observations might also help --> +<!-- Also mention if there any errors in browser's console if relevant --> + +# Bug seriousness + +<!-- Everything is optional and free-form --> +* How annoying it is: +* How often does it happen: +* How many people does it affect: +* Is there a workaround for it: + +/label ~Bug |
