Skip to content

Commit d71cbc3

Browse files
committed
Update README.md
1 parent be7b6a3 commit d71cbc3

3 files changed

Lines changed: 30 additions & 33 deletions

File tree

.github/ISSUE_TEMPLATE/01. problem.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,7 @@ body:
1010
value: |
1111
Thanks for taking the time to fill out this bug report! Make sure you are reporting that something is wrong with the library and should be fixed. If you are requesting a feature, please do not use this template; if it has something to do with the documentation, please go to the [documentation repo](https://github.com/iNKORE-NET/Documentation/issues/new/choose) instead. Keep in mind that fields without a red asterisk are all optional.
1212
13-
> [!WARNING]
14-
> ## If you are Chinese, or going to fill out this form with Chinese, please read the notice below. Or you can straightly go forward to the first question.
15-
>
16-
> **请不要继续在 issues 板块下发表任何无意义且无法促进此项目持续发展的内容**。在提交 issue 之前,请仔细思考你要发布的内容**是否合理**,如果不能,请不要浪费其他人的时间;同时请考虑**开发者能否修复/实现**,如果不能,请自己提交 PR 而不是 issue。
17-
> 在交流时请尊重他人,不要使用不文明用语。请不要催促或强求开发者和其他贡献者,他们是一群热爱开源的志愿者,不是你的私人雇员!
18-
>
19-
> 现在我们已经不再接受使用新的任何使用除英语 (美国) 之外的任何语言提交的任何议题 (包括但不限于 Issue,PR 和 Discussion)!**对于使用中文或其它语言的议题和讨论将被关闭或删除!如果不会说英语,请使用 Google Translator 等翻译工具自行翻译!**
13+
> All fields, including the title, descriptions and attachments (if any), should be in English (United States). Using other languages, including Chinese, is NOT permitted and will get your issue closed or deleted.
2014
- type: textarea
2115
id: description
2216
attributes:
@@ -117,6 +111,8 @@ body:
117111
required: true
118112
- label: "You've checked that this problem still exists in the latest version. (Keep in mind that we don't provide any support for old versions.)"
119113
required: true
114+
- label: "Your issue, including the title and description, is written in English (United States), and there's no use of any other language in the issue. Using other languages, including Chinese, is NOT welcome and will get your issue closed or deleted. (您的问题 (包括标题和描述) 均使用英文 (美国) 撰写,不使用任何其他语言。使用其他语言 (包括中文) 是不允许的,您的问题将被关闭或删除。)"
115+
required: true
120116
- label: "You know that we can't guarantee that we will satisfy your request. This is not really our duty to do everything anyone asks for. Also, you will treat our staff, contributors, and other users with respect and kindness."
121117
required: true
122118
- label: "You're sure there's something wrong with the library itself, not how you're using it. (If you are having issues using it and need help, please go to [discussion](https://github.com/iNKORE-NET/UI.WPF.Modern/discussions/new?category=help-support).)"

.github/ISSUE_TEMPLATE/02. feature.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,7 @@ body:
1010
value: |
1111
Thanks for taking the time to fill out this feature request! By taking this form, you're asking for a new feature, improvement or other requests to the project. If you're looking to report a bug, or ask for a project issue, please use the appropriate template; if it has something to do with the documentation, please go to the [documentation repo](https://github.com/iNKORE-NET/Documentation/issues/new/choose) instead. Keep in mind that fields without a red asterisk are all optional.
1212
13-
> [!WARNING]
14-
> ## If you are Chinese, or going to fill out this form with Chinese, please read the notice below. Or you can straightly go forward to the first question.
15-
>
16-
> **请不要继续在 issues 板块下发表任何无意义且无法促进此项目持续发展的内容**。在提交 issue 之前,请仔细思考你要发布的内容**是否合理**,如果不能,请不要浪费其他人的时间;同时请考虑**开发者能否修复/实现**,如果不能,请自己提交 PR 而不是 issue。
17-
> 在交流时请尊重他人,不要使用不文明用语。请不要催促或强求开发者和其他贡献者,他们是一群热爱开源的志愿者,不是你的私人雇员!
18-
>
19-
> 现在我们已经不再接受使用新的任何使用除英语 (美国) 之外的任何语言提交的任何议题 (包括但不限于 Issue,PR 和 Discussion)!**对于使用中文或其它语言的议题和讨论将被关闭或删除!如果不会说英语,请使用 Google Translator 等翻译工具自行翻译!**
13+
> All fields, including the title, descriptions and attachments (if any), should be in English (United States). Using other languages, including Chinese, is NOT permitted and will get your issue closed or deleted.
2014
- type: textarea
2115
id: why
2216
attributes:
@@ -78,6 +72,8 @@ body:
7872
required: true
7973
- label: "You've checked that this feature is unavailable yet in the latest version.( Keep in mind that we don't provide any support for old versions.)"
8074
required: true
75+
- label: "Your issue, including the title and description, is written in English (United States), and there's no use of any other language in the issue. Using other languages, including Chinese, is NOT welcome and will get your issue closed or deleted. (您的问题 (包括标题和描述) 均使用英文 (美国) 撰写,未使用任何其他语言。使用其他语言 (包括中文) 是不允许的,您的问题将被关闭或删除。)"
76+
required: true
8177
- label: "You know that we can't guarantee that we will satisfy your request. This is not really our duty to do everything anyone asks for. Also, you will treat our staff, contributors, and other users with respect and kindness."
8278
required: true
8379
- label: "You're sure it's something to enhance with the library itself, not how you're using it. (If you are having issues using it and need help, please go to [discussion](https://github.com/iNKORE-NET/UI.WPF.Modern/discussions/new?category=help-support).)"

README.md

Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</h1>
1010

1111
<p align="center">
12-
<strong>AKA. iUWM</strong>.
12+
<strong>a.k.a. iUWM</strong>.
1313
Give us a star if you like this!
1414
</p>
1515

@@ -39,7 +39,7 @@
3939

4040
<br align="center">
4141

42-
# ✨ Features
42+
## ✨ Features
4343

4444
- Modern styles and new features for the majority of the stock WPF controls.
4545

@@ -51,7 +51,7 @@
5151

5252
- Targets .NET Framework, .NET 6.0 or higher. Runs on Windows 7 or higher (Windows 10 or higher recommended). *(We will never leave Windows 7 users behind until the market **FULLY** says goodbye to it)*
5353

54-
# 🤔 How to use
54+
## 🤔 How to use
5555

5656
- Check out the [Getting Started](https://docs.inkore.net/ui-wpf-modern/onboarding) guide on our documentation site.
5757

@@ -82,7 +82,7 @@ welcome your help!
8282

8383
- This project is named `iNKORE.UI.WPF.Modern`. You can call it as `iUWM` for short if convenient. FYI, iNKORE is the name of the studio (company) that maintains this project. THIS PROJECT is **NOT** called ~~iNKORE~~, ~~iNKORE UI~~, or anything else.
8484

85-
# 🙋🏻‍♂️ Contribution
85+
## 🙋🏻‍♂️ Contribution
8686

8787
- Want to contribute? The team encourages community feedback and contributions. If the project is not working properly, please file a report. We welcome any issues and pull requests submitted on GitHub following our contribution guidelines.
8888

@@ -92,21 +92,26 @@ welcome your help!
9292

9393
- Sponsor us at https://www.inkore.net/donate to help us keep the project alive and well. Your support is greatly appreciated!
9494

95-
> [!WARNING]
96-
>
97-
> ## 以下留言致以来自中国大陆的开发者:
98-
>
99-
> For English speakers, please ignore this message.
100-
>
101-
> **请不要继续在 issues 板块下发表任何无意义且无法促进此项目持续发展的内容**。在提交 issue 之前,请仔细思考你要发布的内容**是否合理**,如果不能,请不要浪费其他人的时间;同时请考虑**开发者能否修复/实现**,如果不能,请自己提交 PR 而不是 issue。
102-
> 在交流时请尊重他人,不要使用不文明用语。请不要催促或强求开发者和其他贡献者,他们是一群热爱开源的志愿者,不是你的私人雇员!
103-
>
104-
> 如果你是 WPF 或 C# 的**初学者**,我们**不建议**你使用本项目。使用 iUWM 通常要求开发者有较强的知识体系和开发经验,对于新手,提升自己的能力更重要。
105-
> 你可以寻找一些入门教程学习初步知识。对于 UI,我们更建议使用一些更加容易入手的库。提升个人能力也有助于在将来更好地让 iUWM 服务于你,完成更高质量的项目。
106-
>
107-
> 现在我们已经不再接受使用新的任何使用除英语 (美国) 之外的任何语言提交的任何议题 (包括但不限于 Issue,PR 和 Discussion)!**对于使用中文或其它语言的议题和讨论将被关闭或删除!如果不会说英语,请使用 Google Translator 等翻译工具自行翻译!**
10895

109-
# 🙏🏻 Special Thanks to
96+
## 🌐 Community
97+
98+
Join our community to chat instantly with the developers, keep up with the news and develop together!
99+
Every hive thrives on harmony. Before you join, make sure to skim our [Community Guidelines](https://www.inkore.net/about/community#rules-common).
100+
101+
Follow us across our social media platforms to stay updated on our latest news, products, and behind-the-scenes content!
102+
103+
https://www.inkore.net/about/socials
104+
105+
Open [an issue](https://github.com/iNKORE-NET/UI.WPF.Modern/issues/new) or [discussion](https://github.com/iNKORE-NET/UI.WPF.Modern/discussions) to deal with bugs and suggest new features.
106+
107+
108+
## 🕹️ Donate & Support
109+
110+
Your support is crucial for us to keep creating amazing free products and open-source projects. This isn't charity - it's a partnership. Your LOVE and money goes directly into our FREE and OPEN-SOURCE projects. Let's build a better creative future, together. By supporting us with a voluntary donation. Even a small amount makes us jumping happy through our apartment. Just donate as much as you value our work.
111+
112+
Sponsor us here: <https://www.inkore.net/donate>
113+
114+
## 🙏🏻 Special Thanks to
110115

111116
- All contributors of projects listed in the credits
112117

@@ -118,7 +123,7 @@ welcome your help!
118123

119124
More info: https://docs.inkore.net/blog/2024/09/17/reflection-interest-in-opensource-community)
120125

121-
# ⚽ Credits
126+
## ⚽ Credits
122127

123128
The project is maintained by Yoojun Zhou from iNKORE Studios and other contributors.
124129
Please check LICENSE.md for more information about the license.

0 commit comments

Comments
 (0)