This commit is contained in:
Mat 2019-05-21 14:11:18 +01:00 коммит произвёл GitHub
Родитель b3c31b6e22
Коммит 05126d2ba0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 59 добавлений и 0 удалений

31
.github/ISSUE_TEMPLATE/bug_report.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,31 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: ''
assignees: ''
---
### Description
<!--- Describe your bug in detail -->
### In which platform does it happen?
<!--- Describe the platform where the issue is happening (use a list if needed) -->
<!--- For example: -->
<!--- * Azure Data Science Virtual Machine. -->
<!--- * Local Ubuntu installation. -->
<!--- * Other platforms. -->
### How do we replicate the issue?
<!--- Please be specific as possible (use a list if needed). -->
<!--- For example: -->
<!--- * ran make build -->
<!--- * got the following output -->
<!--- * ... -->
### Expected behavior (i.e. solution)
<!--- For example: -->
<!--- * It should build the container -->
### Other Comments

16
.github/ISSUE_TEMPLATE/feature_request.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,16 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[FEATURE]"
labels: ''
assignees: ''
---
### Description
<!--- Describe your expected feature in detail -->
### Expected behavior with the suggested feature
<!--- For example: -->
<!--- *Adding option x will allow me to do y -->
### Other Comments

12
.github/ISSUE_TEMPLATE/general_question.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,12 @@
---
name: Question
about: Technical/non-technical questions about the repo
title: "[QUESTION]"
labels: ''
assignees: ''
---
### Description
<!--- Describe your question in detail -->
### Other Comments