Unverified Commit 6823af94 authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[docs] updated bug report template (#3032)



* [docs] updated bug report template

* Apply suggestions from code review
Co-Authored-By: default avatarNikita Titov <nekit94-08@mail.ru>

* clean up issue template

* Update .github/ISSUE_TEMPLATE/BUG_REPORT.md
Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>

* Update .github/ISSUE_TEMPLATE/BUG_REPORT.md
Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>

* Update .github/ISSUE_TEMPLATE/BUG_REPORT.md
Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
parent f77abac1
...@@ -5,30 +5,60 @@ about: Something isn't working as expected? Here is the right place to report. ...@@ -5,30 +5,60 @@ about: Something isn't working as expected? Here is the right place to report.
<!-- <!--
Please search your question on previous issues, Stack Overflow (https://stackoverflow.com/questions/tagged/lightgbm) or other search engines before you open a new one. Please search your question on previous issues, Stack Overflow (https://stackoverflow.com/questions/tagged/lightgbm) or other search engines before you open a new one.
Also, for bugs and unexpected issues, please check the latest master branch first.
--> -->
<!-- ## How you are using LightGBM?
For bugs and unexpected issues, please check the latest master branch first. If problems indeed exist, please provide the following information, so that we could reproduce them on our system.
<!--
Choose one of the following components
* R package
* Python package
* C++ library
* Command Line Interface (CLI)
* Java via SWIG
* Other (please specify)
--> -->
LightGBM component:
## Environment info ## Environment info
<!-- Fill out each of the below. If something is not applicable, put 'N/A' or leave it blank -->
Operating System: Operating System:
CPU/GPU model: CPU/GPU model:
C++/Python/R version: C++ compiler version:
CMake version:
Java version:
Python version:
R version:
Other:
<!-- Please check the latest master branch first --> <!-- Please check the latest master branch first -->
LightGBM version or commit hash: LightGBM version or commit hash:
## Error message ## Error message and / or logs
<!-- Paste error log below (please avoid screenshots, use raw text) -->
<!-- Paste error log here -->
## Reproducible examples ## Reproducible example(s)
<!-- Paste examples here --> <!--
Paste examples code below (please avoid screenshots, use raw text).
If possible, try to provide a minimum working example that does not
require access to proprietary data: https://stackoverflow.com/help/minimal-reproducible-example.
-->
## Steps to reproduce ## Steps to reproduce
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment