diff options
author | Unknwon <u@gogs.io> | 2017-02-23 12:16:10 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-02-27 22:46:42 -0500 |
commit | c7a8051a711d4a87aff5895e27e56a74fc653023 (patch) | |
tree | dce655ff8c714865d583c4a54da7e7fc896f2258 /.github | |
parent | a47553b7aab71914328cb3f9ca329468c441bfed (diff) |
mailer: make text/html as default format
Change config option from '[mailer] ENABLE_HTML_ALTERNATIVE' to '[mailer] USE_PLAIN_TEXT'
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 06110470..1d17b761 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -13,6 +13,7 @@ The issue will be closed without any reasons if it does not satisfy any of follo - Database (use `[x]`): - [ ] PostgreSQL - [ ] MySQL + - [ ] MSSQL - [ ] SQLite - Can you reproduce the bug at https://try.gogs.io: - [ ] Yes (provide example URL) |