issue template
This commit is contained in:
Родитель
33da65e0a3
Коммит
a5144f2626
|
@ -0,0 +1,25 @@
|
|||
### Description
|
||||
<!--- Describe your issue/bug/request in detail -->
|
||||
|
||||
|
||||
### In which platform does it happen?
|
||||
<!--- Describe the platform where the issue is happening (use a list if needed) -->
|
||||
<!--- For example: -->
|
||||
<!--- * Azure Ubuntu Data Science Virtual Machine. -->
|
||||
<!--- * Other platforms. -->
|
||||
|
||||
|
||||
### How do we replicate the issue?
|
||||
<!--- Please be specific as possible (use a list if needed). -->
|
||||
<!--- For example: -->
|
||||
<!--- * Create a conda environment for gpu -->
|
||||
<!--- * Run unit test `test_timer.py` -->
|
||||
<!--- * ... -->
|
||||
|
||||
|
||||
### Expected behavior (i.e. solution)
|
||||
<!--- For example: -->
|
||||
<!--- * The tests for the timer should pass successfully. -->
|
||||
|
||||
|
||||
### Other Comments
|
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: "[BUG] "
|
||||
labels: 'bug'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
### Description
|
||||
<!--- Describe your bug in detail -->
|
||||
|
||||
|
||||
### How do we replicate the bug?
|
||||
<!--- Please be specific as possible (use a list if needed). -->
|
||||
<!--- For example: -->
|
||||
<!--- * Create a conda environment for gpu -->
|
||||
<!--- * Run unit test `test_timer.py` -->
|
||||
<!--- * ... -->
|
||||
|
||||
|
||||
### Expected behavior (i.e. solution)
|
||||
<!--- For example: -->
|
||||
<!--- * The tests for the timer should pass successfully. -->
|
||||
|
||||
|
||||
### Other Comments
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: "[FEATURE] "
|
||||
labels: 'enhancement'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
### Description
|
||||
<!--- Describe your expected feature in detail -->
|
||||
|
||||
|
||||
### Expected behavior with the suggested feature
|
||||
<!--- For example: -->
|
||||
<!--- *Adding algorithm xxx will help people understand more about xxx use case scenarios. -->
|
||||
|
||||
|
||||
### Other Comments
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
name: General ask
|
||||
about: Technical/non-technical asks about the repo
|
||||
title: "[ASK] "
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
### Description
|
||||
<!--- Describe your general ask in detail -->
|
||||
|
||||
|
||||
### Other Comments
|
|
@ -0,0 +1,18 @@
|
|||
### Description
|
||||
<!--- Describe your changes in detail -->
|
||||
<!--- Why is this change required? What problem does it solve? -->
|
||||
|
||||
|
||||
### Related Issues
|
||||
<!--- If it fixes an open issue, please link to the issue here. -->
|
||||
|
||||
|
||||
### Checklist:
|
||||
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
|
||||
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
|
||||
- [ ] My code follows the code style of this project, as detailed in our [contribution guidelines](../CONTRIBUTING.md).
|
||||
- [ ] I have added tests.
|
||||
- [ ] I have updated the documentation accordingly.
|
||||
|
||||
|
||||
|
Загрузка…
Ссылка в новой задаче