diff options
author | esell <esell@users.noreply.github.com> | 2017-03-10 02:31:57 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-03-10 02:31:57 +0100 |
commit | d87596aec4da6b32a980d782cc8c4e6ba92fc867 (patch) | |
tree | ca3f342f0d63fc5655a9dbd5d0dea4ca3eec8b99 /.github | |
parent | Fixed drone builds (diff) | |
download | forgejo-d87596aec4da6b32a980d782cc8c4e6ba92fc867.tar.xz forgejo-d87596aec4da6b32a980d782cc8c4e6ba92fc867.zip |
Add MSSQL to issues template (#1171)
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 dbf2ae984c..9afffb5fc4 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -11,6 +11,7 @@ - Database (use `[x]`): - [ ] PostgreSQL - [ ] MySQL + - [ ] MSSQL - [ ] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) |