Adds issue templates (#35)
This commit is contained in:
Родитель
b3c31b6e22
Коммит
05126d2ba0
|
@ -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
|
|
@ -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
|
|
@ -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
|
Загрузка…
Ссылка в новой задаче