Skip to content

Commit 9cfe00a

Browse files
Merge pull request #1 from SyncfusionExamples/Readme_file_changes
988475-I have updated the read me file in WPF-docs
2 parents 857c58f + 0e18f3c commit 9cfe00a

File tree

2 files changed

+33
-3
lines changed

2 files changed

+33
-3
lines changed

README.md

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,37 @@
11
# Syncfusion WPF Documentation
22

3-
This is the GitHub repository for the technical product documentation for Syncfusion WPF components. This documentation is published to http://help.syncfusion.com/wpf
3+
Welcome to the official GitHub repository for **Syncfusion WPF components**. This repo hosts source content for user guides, API references, and conceptual docs to help developers build robust desktop application using **Syncfusion's WPF controls**.
4+
5+
The published documentation is available at: http://help.syncfusion.com/wpf
6+
7+
## Purpose
8+
9+
Centralized platform for maintaining and improving WPF documentation, including:
10+
11+
* Detailed usage guides for each control.
12+
* API documentation and examples.
13+
* Best practices and performance tips.
14+
* Troubleshooting and FAQs.
415

516
## Contributions Welcome!
617

7-
We welcome the [pull request](https://docs.github.com/en/github/managing-files-in-a-repository/editing-files-in-another-users-repository) for improving the WPF Components user guide documentation. Your contribution towards this will be greatly appreciated.
18+
We warmly welcome contributions from the community to enhance the quality and clarity of our documentation. Whether you're fixing typos, improving explanations, adding code samples, or updating outdated content — your help is greatly appreciated!
19+
20+
### How You Can Contribute
21+
22+
* Submit a [pull request](https://docs.github.com/en/github/managing-files-in-a-repository/editing-files-in-another-users-repository) with improvements or corrections.
23+
* Report issues or suggest enhancements via GitHub Issues.
24+
* Share feedback to help us improve the user experience.
25+
26+
Please refer to our Contribution Guidelines for more details on how to get started.
27+
28+
## Getting Started
29+
To contribute:
30+
* Fork the repository.
31+
* Clone your fork locally.
32+
* Make changes.
33+
* Submit a pull request.
34+
35+
## License
36+
37+
This documentation is licensed under the Syncfusion License. Please review the terms before contributing.

wpf/PropertyGrid/Built-in-Editor-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public class ViewModel {
158158
EmailID_1 = "johnabc@",
159159
EmailID_2 = "peter123@gta.co",
160160
PositiveNumberMask = "-39479",
161-
ProductKeyMask = "HTY23OPY678GR56R01G564GH"
161+
ProductKeyMask = ""
162162
};
163163
}
164164
}

0 commit comments

Comments
 (0)