diff options
author | rinpatch <rinpatch@sdf.org> | 2020-07-17 11:03:47 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-07-17 11:03:47 +0300 |
commit | 2a3bb23091fcc857ff8e678f81107186e0aeb3fe (patch) | |
tree | 62d88b198b2397299201b497cda9332b0c125ba5 /.gitlab | |
parent | 3a2b2cb6f2d6ce39ae0d246649189c021c535992 (diff) | |
download | pleroma-2a3bb23091fcc857ff8e678f81107186e0aeb3fe.tar.gz |
Bug issue template: remove choice in "Installation type"
It made gitlab display "1 of 2 tasks completed" when one is chosen,
which is totally not what this was used for.
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/issue_templates/Bug.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md index 9ce9b6918..dd0d6eb24 100644 --- a/.gitlab/issue_templates/Bug.md +++ b/.gitlab/issue_templates/Bug.md @@ -8,9 +8,7 @@ ### Environment -* Installation type: - - [ ] OTP - - [ ] From source +* Installation type (OTP or From Source): * Pleroma version (could be found in the "Version" tab of settings in Pleroma-FE): * Elixir version (`elixir -v` for from source installations, N/A for OTP): * Operating system: |