diff --git a/.github/ISSUE_TEMPLATE/bug-report-chinese.md b/.github/ISSUE_TEMPLATE/bug-report-cn.md similarity index 91% rename from .github/ISSUE_TEMPLATE/bug-report-chinese.md rename to .github/ISSUE_TEMPLATE/bug-report-cn.md index 57533f6e..ccc75753 100644 --- a/.github/ISSUE_TEMPLATE/bug-report-chinese.md +++ b/.github/ISSUE_TEMPLATE/bug-report-cn.md @@ -1,5 +1,5 @@ --- -name: Bug Report Chinese +name: Bug Report about: 错误报告中文模板 title: '' labels: '' @@ -35,6 +35,9 @@ assignees: '' ### 错误描述 + + 叙述这个为什么是一个错误,是哪一方面的,以及其他可能需要的信息 ### 重现步骤 diff --git a/.github/ISSUE_TEMPLATE/bug-report-en.md b/.github/ISSUE_TEMPLATE/bug-report-en.md new file mode 100644 index 00000000..822f42bc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report-en.md @@ -0,0 +1,61 @@ +--- +name: Bug Report +about: English template for bug reporting +title: '' +labels: '' +assignees: '' + +--- + + + +### I am running + +* **Arclight** [VERSION] + +* **This is the latest development version** [Y/N, because ___] + + +* **Java** [VERSION] + +* **Operating System** [NAME & VERSION] + +* **Plugins** + +* **Mods** + + +### Description + + + +### Step to reproduce + +1. Install something +2. .... +3. .... + + +**Reproducible in Forge** [Y/N] + + +**Reproducible in Spigot** [Y/N] + +### Logs + +[ERROR LOG] + + + + + diff --git a/build.gradle b/build.gradle index dd19ae0a..07aa7398 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ import java.nio.file.attribute.BasicFileAttributes allprojects { group 'io.izzel.arclight' - version '1.0.5' + version '1.0.6-SNAPSHOT' ext { agpVersion = '1.8'