添加 github issue 模板

This commit is contained in:
fen
2017-02-21 13:43:00 +08:00
parent 2fe30b0837
commit 3a438d1084
2 changed files with 15 additions and 0 deletions

14
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,14 @@
### 1. 该问题的重现步骤是什么?
### 2. 你期待的结果是什么?实际看到的又是什么?
### 3. 问题出现的环境
- 服务器系统版本:
- PHP 版本:
- 数据库版本:
- Apache/nginx 版本:
- 程序版本:
- 浏览器版本:
[//]: # (如有图片请附上截图)

View File

@@ -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;