mirror of https://github.com/bjdgyc/anylink.git
添加issue 模板
This commit is contained in:
parent
32026eff2c
commit
094d19be00
|
@ -0,0 +1,35 @@
|
||||||
|
---
|
||||||
|
name: 问题描述
|
||||||
|
about: 问题描述
|
||||||
|
title: "affected/package: "
|
||||||
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
|
请先填写下面的问题,再填写具体遇到的问题,感谢!
|
||||||
|
-->
|
||||||
|
|
||||||
|
### 使用的anylink版本 ?
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
./anylink tool -v
|
||||||
|
管理后台也可以查看
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
|
||||||
|
### 使用操作系统的类型和版本?
|
||||||
|
如: centos 7.9
|
||||||
|
<pre>
|
||||||
|
cat /etc/issue
|
||||||
|
cat /etc/redhat-release
|
||||||
|
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
### 使用linux 内核版本?
|
||||||
|
<pre>
|
||||||
|
uname -a
|
||||||
|
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
### 具体遇到的问题,可上传截图
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue