Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Empty file added .gitattributes
Empty file.
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-报告---bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
name: Bug 报告 | Bug Report
about: 创建报告帮助改进项目 | Create a report to help us improve
title: 请简要描述问题 | Please briefly describe the issue
labels: ''
assignees: hestiacn

---

### 🐛 问题描述 | Describe the Bug

### 🔍 重现步骤 | To Reproduce

1. 进入 '...' | Go to '...'

2. 点击 '....' | Click on '....'

3. 滚动到 '....' | Scroll down to '....'

4. 看到错误 | See error

### ✅ 预期行为 | Expected Behavior

### 📸 截图 | Screenshots

### 💻 环境信息 | Environment Information

#### 桌面端 | Desktop

- **操作系统 | OS**: [例如|For example:Windows 11, macOS 14, Ubuntu 22.04]

- **浏览器 | Browser**: [例如|For example:Chrome 120, Firefox 121, Safari 17]

- **AWStats 版本 | AWStats Version**: [例如|For example:8.1, 8.0]

#### 移动端 | Smartphone (如果适用 | If applicable)

- **设备 | Device**: [例如|For example:iPhone 15, Xiaomi 14]

- **操作系统 | OS**: [例如|For example:iOS 17.2, Android 14]

- **浏览器 | Browser**: [例如|For example:Safari, Chrome]

- **版本 | Version**: [例如|For example:1.81]

### 📋 附加说明 | Additional Context
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/功能请求---feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: 功能请求 | Feature Request
about: 提出新功能或改进建议|Propose new features or improvement suggestions
title: "[FEAT] 请简要描述 | Please briefly describe"
labels: ''
assignees: ''

---

### 🤔 问题描述 | Problem


### 💡 期望的解决方案 | Proposed Solution


### 📎 补充说明 | Additional Context
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: 语言文件报告 | Language File Report
about: 报告翻译错误、缺失翻译或语言文件编码问题 | Report translation errors, missing translations, or
language file encoding issues
title: "[LANG] 语言代码 - 请描述翻译问题|[LANG] language code - please describe the translation
issue"
labels: enhancement
assignees: hestiacn

---

## 📋 基本信息 | Basic Information


- **语言/地区** | Language/Locale:

- **语言文件路径** | Language file path:

- **AWStats 版本** | AWStats version:

## 🐛 问题类型 | Issue Type


- [ ] 翻译错误 | Translation error
- [ ] 翻译缺失 | Missing translation
- [ ] 编码问题 | Encoding issue (乱码/garbled text)
- [ ] 语法错误 | Syntax error
- [ ] 术语不一致 | Terminology inconsistency
- [ ] 其他 | Other

## 📝 问题描述 | Problem Description

### 当前内容 | Current content
```po
# 粘贴当前的翻译条目 | Paste the current translation entry
# 例如:msgid "Visitors"
# msgstr "访问者"
Loading