You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
arthas/.github/ISSUE_TEMPLATE/bug-report--en-.md

35 lines
668 B
Markdown

---
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!
```