You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributing.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ A developer should be able to quickly and easily learn to use the API.
6
6
7
7
Simplicity and a low barrier to entry are must-have features of every API. If you have any second thoughts about the complexity of a design, it is almost always much better to cut the feature from the current release and spend more time to get the design right for the next release.
8
8
9
-
You can always add to an API; you cannot ever remove anything from one. If the design does not feel right, and you ship it anyway, you are likely to regret having done so.
9
+
You can always add to an API, you cannot ever remove anything from one. If the design does not feel right, and you ship it anyway, you are likely to regret having done so.
10
10
11
11
That's why many of the guidelines of this document are obvious and serve only one purpose: Simplicity.
12
12
@@ -19,6 +19,8 @@ Every contribution has to come with:
19
19
* You tested your code with SDK 10586 and SDK 14393
20
20
* PR has to target dev branch
21
21
22
+
PR has to be validated by at least two core members (either Microsoft or MVP) before being merged.
23
+
22
24
## General rules
23
25
24
26
* DO NOT require that users perform any extensive initialization before they can start programming basic scenarios.
Copy file name to clipboardExpand all lines: readme.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
UWP Community Toolkit
2
2
===========
3
3
4
-
The UWP Community Toolkit is a collection of helper functions, custom controls and app services that simplify or demonstrate common developer tasks. Build UWP applications for Windows 10 faster and easier than ever before.
4
+
The UWP Community Toolkit is a collection of helper functions, custom controls, and app services. It simplifies and demonstrates common developer tasks building UWP apps for Windows 10.
Please read the [getting Started with the UWP Toolkit](en-us/uwp-community-toolkit/get-started/get-started.md) page for more detailed information about using the toolkit.
10
+
Please read the [getting Started with the UWP Toolkit](https://developer.microsoft.com/en-us/windows/uwp-community-toolkit/getting-started.htm) page for more detailed information about using the toolkit.
11
11
12
12
## UWP Community Toolkit Sample App
13
13
@@ -23,13 +23,13 @@ Once you search you should see a list similar to the one below (versions may be
23
23
24
24
| NuGet Package Name | description |
25
25
| --- | --- |
26
-
|[Microsoft.Toolkit.Uwp]({{site.baseurl}}/{{page.lang}}/api/Microsoft_Toolkit_Uwp.htm)| Main NuGet package includes code only helpers for Colors, Internet Connection detection, Storage file handling, and a Stream helper class. |
27
-
|[Microsoft.Toolkit.Uwp.Notifications]({{site.baseurl}}/{{page.lang}}/api/Microsoft_Toolkit_Uwp_Notifications.htm)| Notifications Package - Generate tile, toast, and badge notifications for Windows 10 via code. Includes intellisense support to avoid having to use the XML syntax. |
26
+
|[Microsoft.Toolkit.Uwp](https://developer.microsoft.com/en-us/windows/uwp-community-toolkit/api/Microsoft_Toolkit_Uwp.htm)| Main NuGet package includes code only helpers for Colors, Internet Connection detection, Storage file handling, and a Stream helper class. |
27
+
|[Microsoft.Toolkit.Uwp.Notifications](https://developer.microsoft.com/en-us/windows/uwp-community-toolkit/api/Microsoft_Toolkit_Uwp_Notifications.htm)| Notifications Package - Generate tile, toast, and badge notifications for Windows 10 via code. Includes intellisense support to avoid having to use the XML syntax. |
28
28
| Microsoft.Toolkit.Uwp.Notifications.Javascript | Notification Packages for JavaScript |
29
-
|[Microsoft.Toolkit.Uwp.Services]({{site.baseurl}}/{{page.lang}}/api/Microsoft_Toolkit_Uwp_Services.htm)| Services Package - This NuGet package includes the service helpers for Bing, Facebook, and Twitter. |
30
-
|[Microsoft.Toolkit.Uwp.UI]({{site.baseurl}}/{{page.lang}}/api/Microsoft_Toolkit_Uwp_UI.htm)| UI Packages - XAML converters, Visual tree extensions and helpers for your XAML UI. |
31
-
|[Microsoft.Toolkit.Uwp.UI.Animations]({{site.baseurl}}/{{page.lang}}/api/Microsoft_Toolkit_Uwp_UI_Animations.htm)| Animations and Composition behaviors such as Blur, Fade, Rotate, etc. |
32
-
|[Microsoft.Toolkit.Uwp.UI.Controls]({{site.baseurl}}/{{page.lang}}/api/Microsoft_Toolkit_Uwp_UI_Controls.htm)| XAML Controls such as RadialGauge, RangeSelector, etc. |
29
+
|[Microsoft.Toolkit.Uwp.Services](https://developer.microsoft.com/en-us/windows/uwp-community-toolkit/api/Microsoft_Toolkit_Uwp_Services.htm)| Services Package - This NuGet package includes the service helpers for Bing, Facebook, and Twitter. |
30
+
|[Microsoft.Toolkit.Uwp.UI](https://developer.microsoft.com/en-us/windows/uwp-community-toolkit/api/Microsoft_Toolkit_Uwp_UI.htm)| UI Packages - XAML converters, Visual tree extensions and helpers for your XAML UI. |
31
+
|[Microsoft.Toolkit.Uwp.UI.Animations](https://developer.microsoft.com/en-us/windows/uwp-community-toolkit/api/Microsoft_Toolkit_Uwp_UI_Animations.htm)| Animations and Composition behaviors such as Blur, Fade, Rotate, etc. |
32
+
|[Microsoft.Toolkit.Uwp.UI.Controls](https://developer.microsoft.com/en-us/windows/uwp-community-toolkit/api/Microsoft_Toolkit_Uwp_UI_Controls.htm)| XAML Controls such as RadialGauge, RangeSelector, etc. |
0 commit comments