diff options
author | rinpatch <rinpatch@sdf.org> | 2020-07-17 08:05:16 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-07-17 08:05:16 +0000 |
commit | a3fdd1446f872406d31d91e255b96c6e83d95d3a (patch) | |
tree | 62d88b198b2397299201b497cda9332b0c125ba5 | |
parent | 3a2b2cb6f2d6ce39ae0d246649189c021c535992 (diff) | |
parent | 2a3bb23091fcc857ff8e678f81107186e0aeb3fe (diff) | |
download | pleroma-a3fdd1446f872406d31d91e255b96c6e83d95d3a.tar.gz pleroma-a3fdd1446f872406d31d91e255b96c6e83d95d3a.zip |
Merge branch 'chore/issue-template-remove-tasks' into 'develop'
Bug issue template: remove choice in "Installation type"
See merge request pleroma/pleroma!2774
-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: |