提交 b963c84d 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

add ISSUE template for better information collecting

上级 2dda4b2c
### Paste `npm run doctor` output
### Expected behavior
### Actual behavior
### Steps to reproduce the behavior
......@@ -10,7 +10,7 @@ const wechaty = Wechaty.instance()
console.log(`
# Wechaty Doctor
#### Wechaty Doctor
1. Wechaty version: ${wechaty.version()}
2. ${os.type()} ${os.arch()} version ${os.release()} memory ${Math.floor(os.totalmem() / 1024 / 1024 / 1024)} GB
......
......@@ -41,7 +41,7 @@ export interface ConfigSetting {
puppetInstance(instance: Puppet): Puppet
puppetInstance(instance?: Puppet | null): Puppet | void
isDocker(): string
isDocker: boolean
}
/* tslint:disable:variable-name */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册