添加 github issue 模板
This commit is contained in:
14
.github/ISSUE_TEMPLATE.md
vendored
Normal file
14
.github/ISSUE_TEMPLATE.md
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
### 1. 该问题的重现步骤是什么?
|
||||
|
||||
### 2. 你期待的结果是什么?实际看到的又是什么?
|
||||
|
||||
### 3. 问题出现的环境
|
||||
|
||||
- 服务器系统版本:
|
||||
- PHP 版本:
|
||||
- 数据库版本:
|
||||
- Apache/nginx 版本:
|
||||
- 程序版本:
|
||||
- 浏览器版本:
|
||||
|
||||
[//]: # (如有图片请附上截图)
|
||||
@@ -9,6 +9,7 @@ update:
|
||||
rm -Rf build/
|
||||
git clone https://github.com/typecho/typecho.git build
|
||||
rm -Rf build/.git
|
||||
rm -Rf build/.github
|
||||
rm -f build/.gitignore
|
||||
rm -f build/.gitattributes
|
||||
for i in `find build/ -name '*.css'`; do echo $$i && java -Xmx32m -jar yuicompressor-2.4.2.jar $$i --charset UTF-8 -o $$i; done;
|
||||
|
||||
Reference in New Issue
Block a user