-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing #23 #24
Testing #23 #24
Conversation
- Testing yin1999#23
@@ -7,17 +7,21 @@ | |||
|
|||
游戏是最流行的计算机活动之一。新技术不断涌现,使得开发者有可能开发出更好、更强大、可以在任何符合标准的 web 浏览器运行的游戏。 | |||
|
|||
## 开发网页游戏 | |||
## 开发网页游戏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[mdn-linter] reported by reviewdog 🐶
## 开发网页游戏 | |
## 开发网页游戏 |
|
||
欢迎来到 MDN 游戏开发中心!在网站的这一模块,我们为想要开发游戏的 web 开发者提供了资源。你可以在左侧主菜单中找到很多有用的教程和技术文档,尽情去探索吧。 | ||
|
||
我们同样提供了参考部分,因此你可以轻易地找到有关游戏开发所有常用的 API。 | ||
|
||
```css | ||
div {background-color: red;} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[mdn-linter] reported by reviewdog 🐶
div {background-color: red;} | |
div { | |
background-color: red; | |
} |
* [关于 Emscripten](https://emscripten.org/docs/introducing_emscripten/about_emscripten.html)——简介和高级特性。 | ||
+ [下载和安装](https://emscripten.org/docs/getting_started/downloads.html)——安装工具链。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[mdn-linter] reported by reviewdog 🐶
* [关于 Emscripten](https://emscripten.org/docs/introducing_emscripten/about_emscripten.html)——简介和高级特性。 | |
+ [下载和安装](https://emscripten.org/docs/getting_started/downloads.html)——安装工具链。 | |
- [关于 Emscripten](https://emscripten.org/docs/introducing_emscripten/about_emscripten.html)——简介和高级特性。 | |
- [下载和安装](https://emscripten.org/docs/getting_started/downloads.html)——安装工具链。 | |
* abc | ||
+ efg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[mdn-linter] reported by reviewdog 🐶
* abc | |
+ efg | |
- abc | |
- efg |
@yin1999 🎉 This is a clean solution because we get to keep the original reviewdog. Could you implement this solution in
|
Of course I could. One more thing, should we recommend users to submit all suggested changes at once in PR review. I'm not sure will the reviewdog create duplicate suggestions? |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
It doesn't seem to. I've later pushed a new commit containing only invalid list markers. Revewdog only posted a comment related to that.
We can recommend them to do it in a single batch from the We can make this suggestion in PR review companion's message explaining what the auto review is doing and how to accept these changes. |
Thanks for the try and suggestions @OnkarRuikar 👍 |
@yin1999 could you hold off on the PR in |
Yes, please go ahead! |
Closing as the new approach (mdn/content#28363) works great. |
Here we've tested: