Skip to content

Commit 71a0780

Browse files
authored
feat: add bug report template + blog contribute links (#30)
- Add .github/ISSUE_TEMPLATE/bug_report.yml - Update blog/index.md: 发现错误→bug_report template, 想写新文章→article-proposal template - Add .qwen/ to .gitignore Co-authored-by: joeytoday <joeytoday632@outlook.com>
1 parent ca675d2 commit 71a0780

3 files changed

Lines changed: 32 additions & 3 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: 报告错误
2+
description: 报告网站内容或代码的问题
3+
labels: ["bug"]
4+
body:
5+
- type: textarea
6+
id: location
7+
attributes:
8+
label: 错误位置
9+
description: 哪个页面、哪段文字、哪个链接有问题?贴上 URL 或截图。
10+
placeholder: "例如:https://modelstudioai.github.io/blog/ 页面第 X 行"
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: description
15+
attributes:
16+
label: 问题描述
17+
description: 错误是什么?期望的正确内容是什么?
18+
placeholder: "实际显示的是……,应该是……"
19+
validations:
20+
required: true
21+
- type: textarea
22+
id: extra
23+
attributes:
24+
label: 补充信息
25+
description: 浏览器、设备、复现步骤等(可选)。
26+
placeholder: "Chrome 128 / macOS / ……"
27+
validations:
28+
required: false

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ _site/
33
.jekyll-cache/
44
.jekyll-metadata
55
Gemfile.lock
6+
.qwen/

blog/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ keywords: "Model Studio AI Blog,百炼 CLI 教程,AI 营销,公众号封面,Qwen
3232

3333
欢迎社区贡献。修错字、翻译、或者写一篇全新教程都可以。
3434

35-
- **发现错误?** 直接提 Issue PR
36-
- **想写新文章?** `article-proposal` 标签开一个 Issue,我们一起讨论角度
35+
- **发现错误?** [提一个 Issue](https://github.com/modelstudioai/modelstudioai.github.io/issues/new?template=bug_report.yml&labels=bug) 或直接发 PR
36+
- **想写新文章?** [开一个文章提案](https://github.com/modelstudioai/blog/issues/new?template=article-proposal.yml&labels=article-proposal),我们一起讨论角度
3737

38-
源码仓库[modelstudioai/blog](https://github.com/modelstudioai/blog)
38+
网站源码:[modelstudioai/modelstudioai.github.io](https://github.com/modelstudioai/modelstudioai.github.io) 博客内容[modelstudioai/blog](https://github.com/modelstudioai/blog)

0 commit comments

Comments
 (0)