Update issue templates

This commit is contained in:
Ivan Blinkov 2019-02-08 12:53:43 +03:00 committed by GitHub
parent 80fcbb6a20
commit 2d5090568f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 3 deletions

View File

@ -7,7 +7,7 @@ assignees: ''
---
(you don't have to follow this form)
(you don't have to strictly follow this form)
**Describe the bug**
A clear and concise description of what the bug is.

21
.github/ISSUE_TEMPLATE/build-issue.md vendored Normal file
View File

@ -0,0 +1,21 @@
---
name: Build issue
about: Report failed ClickHouse build from master
title: ''
labels: build
assignees: ''
---
Make sure that `git diff` result is empty and you've just pulled fresh master. Try cleaning up cmake cache. Just in case, official build instructions are published here: https://clickhouse.yandex/docs/en/development/build/
**Operating system**
OS kind or distribution, specific version/release, non-standard kernel if any. If you are trying to build inside virtual machine, please mention it too.
**Cmake version**
**Ninja version**
**Compiler name and version**
**Full cmake and/or ninja output**

View File

@ -7,9 +7,9 @@ assignees: ''
---
(you don't have to follow this form)
(you don't have to strictly follow this form)
**Use case.**
**Use case**
A clear and concise description of what is the intended usage scenario is.
**Describe the solution you'd like**