Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
LiarOnce authored Jul 10, 2024
1 parent 261cbbf commit 4fad5b1
Show file tree
Hide file tree
Showing 5 changed files with 117 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/add-hardware-添加硬件信息.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Add Hardware 添加硬件信息
about: 如果需要添加硬件信息请在这里填写模板
title: "[Add Hardware]"
labels: ''
assignees: ''

---

**在提交硬件信息之前,请先阅读参与贡献的事项:https://loongarch.liaronce.com/contribution/#hardwares**

**硬件信息**
```yaml
model:
brand:
type:
status:
notes:
link:
```
**证实硬件运行状态的信息**
请在此说明硬件的运行状态,例如实拍图片和系统内运行的截图
**更多信息**
如果该硬件需要以文档的方式进行说明,请从这里开始
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Add LAT 添加 LAT 运行的软件兼容信息
about: 如果需要添加通过 LAT 转译层的兼容性情况请在这里填写模板
title: "[Add LAT]"
labels: ''
assignees: ''

---

**在提交 LAT 信息之前,请先阅读参与贡献的事项:https://loongarch.liaronce.com/contribution/#lat**

**LAT 信息**
```yaml
name:
version:
lat_version:
latx_or_lata:
date:
status:
notes:
link:
```
**证实软件运行状态的信息**
请在此说明软件的运行状态,请提供运行截图,**如果同时使用了 Wine 兼容层请特别说明**
**更多信息**
如果该软件需要以文档的方式进行说明,请从这里开始
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Add LibLOL 添加 LibLOL 运行的软件兼容信息
about: 如果需要添加通过 LibLOL 兼容层的兼容性情况请在这里填写模板
title: "[Add LibLOL]"
labels: ''
assignees: ''

---

**在提交 LibLOL 信息之前,请先阅读参与贡献的事项:https://loongarch.liaronce.com/contribution/#liblol**

**LibLOL 信息**
```yaml
name:
version:
liblol_version:
date:
status:
notes:
link:
```
**证实软件运行状态的信息**
请在此说明软件的运行状态,请提供运行截图
**更多信息**
如果该软件需要以文档的方式进行说明,请从这里开始
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Bug
about: 网站的 Bug 请在这里指出
title: "[Bug]"
labels: ''
assignees: ''

---

**描述**
描述这个 bug

**复现**
请在此描述复现步骤

**预期**
描述预期行为

**截图**
如果有,请在此提供

**浏览器名称和版本**
在此写下浏览器名称和版本

**其他信息**
Add any other context about the problem here.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request-功能请求.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Feature request 功能请求
about: 有想要的功能在这里提出
title: "[Feature request]"
labels: ''
assignees: ''

---


0 comments on commit 4fad5b1

Please sign in to comment.