Skip to content

Commit cc58616

Browse files
committed
fix: Correct GitHub spelling in documentation
1 parent 3bf5173 commit cc58616

16 files changed

Lines changed: 20 additions & 20 deletions

File tree

CONTRIBUTING.en-US.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Instead, write like this for better readability:
135135

136136
This guide aims to provide a clear and comprehensive overview of the document structure for (potential) contributors like you. It covers naming conventions, file structure, and specific rules for writing documents.
137137

138-
If you have any questions, you can submit an issue on Github, join our community, or contact us directly via [email](mailto://notyoojun@outlook.com). If there's anything unclear in this article, feel free to tell us or submit a Pull Request. We greatly appreciate your valuable work, which makes the documentation center better!
138+
If you have any questions, you can submit an issue on GitHub, join our community, or contact us directly via [email](mailto://notyoojun@outlook.com). If there's anything unclear in this article, feel free to tell us or submit a Pull Request. We greatly appreciate your valuable work, which makes the documentation center better!
139139

140140
<br/>
141141

CONTRIBUTING.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ launcher-home/
135135

136136
本指南旨在为 (潜在) 贡献者 (比如正在看这篇文章的你) 提供清晰而全面的文档结构概述。它涵盖了命名方式、文件架构以及编写文档的特定规则。
137137

138-
如果您有任何问题,可以在 Github issues 中~~开票~~提交问题,加入我们的社区,或通过[电子邮件](mailto://notyoojun@outlook.com)直接联系我们。如果有文章有哪里没讲清楚,也可以直接提交 Pull Request。我们非常感谢您的重要工作,这会使文档中心变得更好!
138+
如果您有任何问题,可以在 GitHub issues 中~~开票~~提交问题,加入我们的社区,或通过[电子邮件](mailto://notyoojun@outlook.com)直接联系我们。如果有文章有哪里没讲清楚,也可以直接提交 Pull Request。我们非常感谢您的重要工作,这会使文档中心变得更好!
139139

140140
<br/>
141141

data/blogs/announcements/2024-01-17-social-username-change/index.en-US.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ New link: https://github.com/iNKORE-NET
1111

1212
{/* truncate */}
1313

14-
This transition will affect all the existing links or references to our organization on Github. We recommend updating your bookmarks and favorites to reflect the new name.
14+
This transition will affect all the existing links or references to our organization on GitHub. We recommend updating your bookmarks and favorites to reflect the new name.
1515

16-
We believe this change will enhance our online visibility and make it easier for people to engage with us on Github. We look forward to continuing to share our projects and collaborate with others in the open-source community under our new name.
16+
We believe this change will enhance our online visibility and make it easier for people to engage with us on GitHub. We look forward to continuing to share our projects and collaborate with others in the open-source community under our new name.
1717

1818
Best regards,
1919
NotYoojun.! from iNKORE Studios

data/blogs/announcements/2024-01-17-social-username-change/index.zh-CN.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ tags: [工作室, 名称, 用户名, 社交, 公告]
1111

1212
{/* truncate */}
1313

14-
此转换将影响 Github 上对我们组织的所有现有链接或引用。我们建议您更新书签和收藏夹以反映新名称。
14+
此转换将影响 GitHub 上对我们组织的所有现有链接或引用。我们建议您更新书签和收藏夹以反映新名称。
1515

16-
我们相信这一变化将提高我们的在线知名度,并使人们更容易在 Github 上与我们互动。我们期待继续分享我们的项目,并以我们的新名称与开源社区中的其他人合作。
16+
我们相信这一变化将提高我们的在线知名度,并使人们更容易在 GitHub 上与我们互动。我们期待继续分享我们的项目,并以我们的新名称与开源社区中的其他人合作。
1717

1818
此致敬意
1919
NotYoojun.! 来自 iNKORE Studios

data/blogs/blog/2024-09-17-reflection-interest-in-opensource-community/index.en-US.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ https://github.com/iNKORE-NET/UI.WPF.Modern
3737

3838
### Background
3939

40-
I remember when I just started our studio's first desktop application, I decided to use WPF for development, but the interface that Microsoft made for WPF... it's really hard to judge. After several hours, I found a project called ModernWpf on Github. The controls in it are all in the style of Windows 10, and at this time Windows 11 has been released, so I was thinking, is there a control library in the style of Windows 11? Later I found a branch repository of ModernWpf, and the controls in it are in the style of Windows 11.
40+
I remember when I just started our studio's first desktop application, I decided to use WPF for development, but the interface that Microsoft made for WPF... it's really hard to judge. After several hours, I found a project called ModernWpf on GitHub. The controls in it are all in the style of Windows 10, and at this time Windows 11 has been released, so I was thinking, is there a control library in the style of Windows 11? Later I found a branch repository of ModernWpf, and the controls in it are in the style of Windows 11.
4141

4242
The author of this fork is one of the main characters in this incident, let's just call him Whatwhat. I looked at the license of this library, it was (and is) the MIT license, so I forked this library and started my control library journey. Before I started my control library, I also tried to connect with the original author Whatwhat, to begin with he wanted me to join his ModernWpf project. Whatwhat's idea is "porting UWP", while my idea is "creating WPF", so we fell out.
4343

4444
After that, I started my control library journey, I named this library iUWM, the purpose of this library is to make it easier for WPF developers to use Windows 11 style controls. I added a lot of my own ideas to this library, such as control styles, control behaviors, etc., for example, I gave users the ability to completely control the window title bar height and buttons, which Whatwhat thought should not exist.
4545

46-
At first, I wrote this library mainly for myself and the studio's projects, so I casually made the repository public on Github, but I didn't expect this repository to be discovered quickly, and now it has a considerable number of stars and usage. I am very happy and proud. However, Whatwhat does not buy it, he thought that this library is his fork library, and I should continue to use the name of ModernWpf instead of iUWM.
46+
At first, I wrote this library mainly for myself and the studio's projects, so I casually made the repository public on GitHub, but I didn't expect this repository to be discovered quickly, and now it has a considerable number of stars and usage. I am very happy and proud. However, Whatwhat does not buy it, he thought that this library is his fork library, and I should continue to use the name of ModernWpf instead of iUWM.
4747

4848
:::info My judgments
4949

data/blogs/blog/2024-09-17-reflection-interest-in-opensource-community/index.zh-CN.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ https://github.com/iNKORE-NET/UI.WPF.Modern
5353

5454
### 前情提要
5555

56-
我记得当时我才开始我们工作室的第一个桌面应用,决定使用 WPF 来开发,但是微软给 WPF 做的界面啊...真是一言难尽。几番摸索,在 Github 上找到了一个名为 ModernWpf 的项目。它里面的控件都是 Windows 10 风格的,正好此时 Windows 11 已经发布了,我就在想,有没有一个控件库是 Windows 11 风格的呢?于是我就找到了 ModernWpf 的一个分支仓库,这个里面的控件库就是 Windows 11 风格的。
56+
我记得当时我才开始我们工作室的第一个桌面应用,决定使用 WPF 来开发,但是微软给 WPF 做的界面啊...真是一言难尽。几番摸索,在 GitHub 上找到了一个名为 ModernWpf 的项目。它里面的控件都是 Windows 10 风格的,正好此时 Windows 11 已经发布了,我就在想,有没有一个控件库是 Windows 11 风格的呢?于是我就找到了 ModernWpf 的一个分支仓库,这个里面的控件库就是 Windows 11 风格的。
5757

5858
这个控件库的作者就是这次事件的主要人物之一,我就称他为 Whatwhat 吧。我看了下这个库的许可证,是 MIT 许可证,我就 fork 了这个库,然后开始了我的控件库之旅。在做自己的控件库之前也和原作者 Whatwhat 交流过,他首先想让我加入他的 ModernWpf 项目。Whatwhat 的想法是 "移植 UWP",而我的想法是 "创造 WPF",于是就谈崩了。
5959

6060
在此之后,我就开始了我的控件库之旅,我将这个库命名为 iUWM,这个库的目的是为了让 WPF 开发者能够更加方便地使用 Windows 11 风格的控件。我在这个库里面加入了很多自己的想法,比如说控件的样式,控件的行为等等,比如,我赋予了用户完全掌控窗口标题栏高度和按钮的能力,这些在 Whatwhat 的眼里是不应该有的。
6161

62-
刚开始我编写此库主要是为了自己和工作室的项目,也就随手把仓库公开在 Github 上,没想到这个仓库很快被人发现,现在已经相当数量的 star 和使用量了。我很开心,也很自豪,但是 Whatwhat 对此并不买账,他认为我这个库是他的分支库,我应该继续使用 ModernWpf 的名字,而不是 iUWM。
62+
刚开始我编写此库主要是为了自己和工作室的项目,也就随手把仓库公开在 GitHub 上,没想到这个仓库很快被人发现,现在已经相当数量的 star 和使用量了。我很开心,也很自豪,但是 Whatwhat 对此并不买账,他认为我这个库是他的分支库,我应该继续使用 ModernWpf 的名字,而不是 iUWM。
6363

6464
:::info 我的评判
6565

data/blogs/blog/2025-08-20-evidence-based-expose-infringement-of-mcskinn/index.zh-CN.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This post is only available in Simplified Chinese, as this incident happened in
1919

2020
:::info
2121

22-
由于事情发生在中国大陆,聊天截图将以中文展示;此文章中引用的聊天记录图片都为了优化阅读体验而进行了处理,同时也隐去了一些不应当披露的个人信息。虽然本文中直接引用的聊天记录并非可以直接作为证据,我们已将仅经过必要修改的聊天记录 (按照法律与道德对人员的隐私保护要求) 统一存储到了 Github 仓库中,供有需要的读者查阅,你也可以通过查阅它们来更客观,更全面地了解事情经过——理性吃瓜。
22+
由于事情发生在中国大陆,聊天截图将以中文展示;此文章中引用的聊天记录图片都为了优化阅读体验而进行了处理,同时也隐去了一些不应当披露的个人信息。虽然本文中直接引用的聊天记录并非可以直接作为证据,我们已将仅经过必要修改的聊天记录 (按照法律与道德对人员的隐私保护要求) 统一存储到了 GitHub 仓库中,供有需要的读者查阅,你也可以通过查阅它们来更客观,更全面地了解事情经过——理性吃瓜。
2323

2424
**查看完整的聊天记录存档**https://github.com/iNKORE-NET/Hallofshame/tree/main/archives/2025-08/QGroup682528253
2525

data/docs/ui-wpf-modern/02.# onboarding/index.en-US.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Then you're expected to see this package has been added to your dependencies lis
8686

8787
:::info
8888

89-
There are a few other libraries appearing when searching. You can learn more about them in our [Github profile](https://github.com/iNKORE-NET) and their repositories.
89+
There are a few other libraries appearing when searching. You can learn more about them in our [GitHub profile](https://github.com/iNKORE-NET) and their repositories.
9090

9191
:::
9292

data/docs/ui-wpf-modern/02.# onboarding/index.zh-CN.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686

8787
:::info
8888

89-
搜索时会出现一些其他库。您可以在我们的 [Github 主页](https://github.com/iNKORE-NET)及其存储库中了解更多信息。
89+
搜索时会出现一些其他库。您可以在我们的 [GitHub 主页](https://github.com/iNKORE-NET)及其存储库中了解更多信息。
9090

9191
:::
9292

data/docs/ui-wpf-modern/05. definitions/00. controls/00. helpers/# window-helper/index.en-US.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,4 @@ This class is used to customize the [Window](%BASE_NAME%/components/dialogs/wind
180180

181181
### Source code
182182

183-
- [Github | WindowHelper.cs](https://github.com/iNKORE-NET/UI.WPF.Modern/blob/main/source/iNKORE.UI.WPF.Modern/Controls/Helpers/WindowHelper.cs)
183+
- [GitHub | WindowHelper.cs](https://github.com/iNKORE-NET/UI.WPF.Modern/blob/main/source/iNKORE.UI.WPF.Modern/Controls/Helpers/WindowHelper.cs)

0 commit comments

Comments
 (0)