mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
update issue template
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
---
|
||||
name: 报告Bug/使用疑问
|
||||
about: 提交Arthas Bug/使用疑问,使用这个模板
|
||||
|
||||
---
|
||||
|
||||
- [ ] 我已经在 [issues](https://github.com/alibaba/arthas/issues) 里搜索,没有重复的issue。
|
||||
|
||||
### 环境信息
|
||||
|
||||
* `arthas-boot.jar` 或者 `as.sh` 的版本: xxx
|
||||
* Arthas 版本: xxx
|
||||
* 操作系统版本: xxx
|
||||
* 目标进程的JVM版本: xxx
|
||||
* 执行`arthas-boot`的版本: xxx
|
||||
|
||||
### 重现问题的步骤
|
||||
|
||||
1. xxx
|
||||
2. xxx
|
||||
3. xxx
|
||||
|
||||
### 期望的结果
|
||||
|
||||
What do you expected from the above steps?
|
||||
|
||||
### 实际运行的结果
|
||||
|
||||
实际运行结果,最好有详细的日志,异常栈。尽量贴文本。
|
||||
|
||||
```
|
||||
把异常信息贴到这里
|
||||
```
|
||||
Reference in New Issue
Block a user