Skip to content
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: 报告错误
description: 报告网站内容或代码的问题
labels: ["bug"]
body:
- type: textarea
id: location
attributes:
label: 错误位置
description: 哪个页面、哪段文字、哪个链接有问题?贴上 URL 或截图。
placeholder: "例如:https://modelstudioai.github.io/blog/ 页面第 X 行"
validations:
required: true
- type: textarea
id: description
attributes:
label: 问题描述
description: 错误是什么?期望的正确内容是什么?
placeholder: "实际显示的是……,应该是……"
validations:
required: true
- type: textarea
id: extra
attributes:
label: 补充信息
description: 浏览器、设备、复现步骤等(可选)。
placeholder: "Chrome 128 / macOS / ……"
validations:
required: false
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ _site/
.jekyll-cache/
.jekyll-metadata
Gemfile.lock
.qwen/
6 changes: 3 additions & 3 deletions blog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ keywords: "Model Studio AI Blog,百炼 CLI 教程,AI 营销,公众号封面,Qwen

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

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

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