arthas/.github/ISSUE_TEMPLATE/bug-report--en-.md
2018-09-20 23:34:56 +08:00

35 lines
668 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
name: Bug report (EN)
about: If you would like to report a issue to Arthas, please use this template.
---
- [ ] I have searched the [issues](https://github.com/alibaba/arthas/issues) of this repository and believe that this is not a duplicate.
### Environment
* Arthas version: xxx
* Operating System version: xxx
* Java version of target JVM: xxx
* Java version of JVM used to attach: xxx
### Steps to reproduce this issue
1. xxx
2. xxx
3. xxx
### Expected Result
What do you expected from the above steps
### Actual Result
What actually happens?
If there is an exception, please attach the exception trace:
```
Just put your stack trace here!
```