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-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Contributing
2
2
3
-
These guidelines are designed to help you as a contributor to bring your code and skills to the MADE Uno project to make it better.
3
+
These guidelines are designed to help you as a contributor to bring your code and skills to the MADE.NET UI project to make it better.
4
4
5
5
## What can I contribute to?
6
6
7
-
Our [issue tracker](https://github.com/MADE-Apps/MADE-Uno/issues) contains a collection of features and issues waiting to be worked on! If you see any item marked with **Help Wanted**, we'd like to see you put your skills to use and contribute whatever you can to help develop the feature.
7
+
Our [issue tracker](https://github.com/MADE-Apps/MADE.NET-UI/issues) contains a collection of features and issues waiting to be worked on! If you see any item marked with **Help Wanted**, we'd like to see you put your skills to use and contribute whatever you can to help develop the feature.
8
8
9
9
This can be in the form of contributing to the conversation around the feature or issue, providing code and submitting a pull request, adding a new feature request or bug, or even helping to update our documentation.
10
10
@@ -22,7 +22,7 @@ Don't worry! If you're unsure, just strike up a conversation in the issue you're
22
22
23
23
## Bug Hunting
24
24
25
-
We're more than happy for you to contribute to our project through testing. We're all developers and we often miss things so finding bugs in the project's code is definitely approved of. Please remember to start a new issue in our [issue tracker](https://github.com/MADE-Apps/MADE-Uno/issues) so we can keep an eye on them and get bugs fixed.
25
+
We're more than happy for you to contribute to our project through testing. We're all developers and we often miss things so finding bugs in the project's code is definitely approved of. Please remember to start a new issue in our [issue tracker](https://github.com/MADE-Apps/MADE.NET-UI/issues) so we can keep an eye on them and get bugs fixed.
26
26
27
27
Even better, if you know how to fix it, follow up your issue with a pull request!
A library of Uno Platform UI components, supporting Windows, Android, iOS, and WebAssembly platforms.
5
+
A library of UI components built on the Uno Platform supporting Windows, Android, iOS, and WebAssembly platforms.
6
6
7
7
This is a collection of companion libraries to the [MADE.NET](https://github.com/MADE-Apps/MADE.NET) libraries.
8
8
9
-
## Support MADE Uno ♥
9
+
## Support MADE.NET UI ♥
10
10
11
-
As many developers know, projects like MADE Uno are built and maintained in spare time. If you find this project useful, please **Star** the repo and if possible, sponsor the project development on GitHub.
11
+
As many developers know, projects like MADE.NET UI are built and maintained in spare time. If you find this project useful, please **Star** the repo and if possible, sponsor the project development on GitHub.
@@ -37,11 +38,11 @@ As many developers know, projects like MADE Uno are built and maintained in spar
37
38
38
39
## Contributing 🚀
39
40
40
-
Looking to help build MADE Uno? Take a look through our [contribution guidelines](CONTRIBUTING.md). We actively encourage you to jump in and help with any issues!
41
+
Looking to help build MADE.NET UI? Take a look through our [contribution guidelines](CONTRIBUTING.md). We actively encourage you to jump in and help with any issues!
41
42
42
-
## Building MADE Uno 🛠
43
+
## Building MADE.NET UI 🛠
43
44
44
-
MADE Uno is built using .NET Standard, taking advantage of the new SDK-style projects and multi-targeting enabled with the help of [MSBuild.Sdk.Extras](https://github.com/novotnyllc/MSBuildSdkExtras).
45
+
MADE.NET UI is built using .NET Standard, taking advantage of the new SDK-style projects and multi-targeting enabled with the help of [MSBuild.Sdk.Extras](https://github.com/novotnyllc/MSBuildSdkExtras).
45
46
46
47
Each library is configured to take advantage of the Uno Platform libraries to provide cross-platform components.
47
48
@@ -54,4 +55,4 @@ You can build the solution using Visual Studio with the following workloads inst
54
55
55
56
## License
56
57
57
-
MADE Uno is made available under the terms and conditions of the [MIT license](LICENSE).
58
+
MADE.NET UI is made available under the terms and conditions of the [MIT license](LICENSE).
Copy file name to clipboardExpand all lines: docs/api/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,6 @@ title: Explore the APIs
5
5
6
6
# Explore the APIs
7
7
8
-
Here you'll find all of the generated code documentation for the MADE Uno projects, similar to what you might find on Microsoft Docs!
8
+
Here you'll find all of the generated code documentation for the MADE.NET UI projects, similar to what you might find on Microsoft Docs!
9
9
10
-
This documentation is designed to show you how each component of MADE Uno is constructed and provide a reference for you when building your projects.
10
+
This documentation is designed to show you how each component of MADE.NET UI is constructed and provide a reference for you when building your projects.
Copy file name to clipboardExpand all lines: docs/articles/features/ui.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ title: Using the UI package
7
7
8
8
The UI package is a base package for building out UI components for native applications for Windows, Android, iOS, macOS, Linux, and the web.
9
9
10
-
Its main purpose is to be used by the additional MADE Uno UI packages. However, it can be used to build your own custom UI elements for your own applications.
10
+
Its main purpose is to be used by the additional MADE.NET UI UI packages. However, it can be used to build your own custom UI elements for your own applications.
11
11
12
12
## Building custom controls for Windows or Uno Platform applications
0 commit comments