Update issue template.
This commit is contained in:
parent
dab2d9405f
commit
25410ad223
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: Bug Report Chinese
|
name: Bug Report
|
||||||
about: 错误报告中文模板
|
about: 错误报告中文模板
|
||||||
title: ''
|
title: ''
|
||||||
labels: ''
|
labels: ''
|
||||||
@ -35,6 +35,9 @@ assignees: ''
|
|||||||
|
|
||||||
### 错误描述
|
### 错误描述
|
||||||
|
|
||||||
|
<!-- 请尽可能详细。对于描述,请假设开发者不知道 mod 是干什么的。
|
||||||
|
如果可以的话,在安装尽可能少的 mod 的情况下复现它 -->
|
||||||
|
|
||||||
叙述这个为什么是一个错误,是哪一方面的,以及其他可能需要的信息
|
叙述这个为什么是一个错误,是哪一方面的,以及其他可能需要的信息
|
||||||
|
|
||||||
### 重现步骤
|
### 重现步骤
|
||||||
61
.github/ISSUE_TEMPLATE/bug-report-en.md
vendored
Normal file
61
.github/ISSUE_TEMPLATE/bug-report-en.md
vendored
Normal file
@ -0,0 +1,61 @@
|
|||||||
|
---
|
||||||
|
name: Bug Report
|
||||||
|
about: English template for bug reporting
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- This is a comment -->
|
||||||
|
|
||||||
|
### I am running
|
||||||
|
|
||||||
|
* **Arclight** [VERSION] <!-- Versions are printed when Arclight is starting, for example arclight-1.15.2-1.0.3-SNAPSHOT-9455d03 -->
|
||||||
|
|
||||||
|
* **This is the latest development version** [Y/N, because ___]
|
||||||
|
<!-- Latest development build can be found at https://ci.appveyor.com/project/IzzelAliz/arclight/build/artifacts
|
||||||
|
The issue you are reporting may be fixed
|
||||||
|
If you are not running latest dev version, explain why -->
|
||||||
|
|
||||||
|
* **Java** [VERSION] <!-- Type java -version in your console -->
|
||||||
|
|
||||||
|
* **Operating System** [NAME & VERSION]
|
||||||
|
|
||||||
|
* **Plugins** <!-- Run /plugins -->
|
||||||
|
|
||||||
|
* **Mods** <!-- Run /forge mods -->
|
||||||
|
|
||||||
|
|
||||||
|
### Description
|
||||||
|
|
||||||
|
<!-- Please include as much information as possible. For the description, assume we have no idea how
|
||||||
|
mods work, be as detailed as possible and include a step by step reproduction. It is recommended
|
||||||
|
you try to reproduce the issue you are having yourself with as few mods as possible. -->
|
||||||
|
|
||||||
|
### Step to reproduce
|
||||||
|
|
||||||
|
1. Install something
|
||||||
|
2. ....
|
||||||
|
3. ....
|
||||||
|
|
||||||
|
<!-- If this is a mod related issue, test it in Forge without Arclight -->
|
||||||
|
**Reproducible in Forge** [Y/N]
|
||||||
|
|
||||||
|
<!-- If this is a plugin related issue, test it in Spigot without Arclight -->
|
||||||
|
**Reproducible in Spigot** [Y/N]
|
||||||
|
|
||||||
|
### Logs
|
||||||
|
|
||||||
|
[ERROR LOG]
|
||||||
|
|
||||||
|
<!-- Logs can be found in /logs/latest.log -->
|
||||||
|
<!-- After server is stopped, paste it to https://paste.ubuntu.com/ -->
|
||||||
|
|
||||||
|
<!-- If you have trouble using a pastebin, paste these codes to {ERROR LOG] and fill it
|
||||||
|
|
||||||
|
<details><pre>
|
||||||
|
[Logs here]
|
||||||
|
</pre></details>
|
||||||
|
|
||||||
|
-->
|
||||||
@ -3,7 +3,7 @@ import java.nio.file.attribute.BasicFileAttributes
|
|||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
group 'io.izzel.arclight'
|
group 'io.izzel.arclight'
|
||||||
version '1.0.5'
|
version '1.0.6-SNAPSHOT'
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
agpVersion = '1.8'
|
agpVersion = '1.8'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user