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
Update funding config and improve README support section
Corrected the Ko-fi key in FUNDING.yml. Refactored the README to clarify support options, improve FAQ answers, and reorganize contribution and support sections for better readability.
@@ -74,23 +68,30 @@ The themes based on the original sinks are slightly adjusted to be [WCAG complia
74
68
75
69
You can create your own custom themes by creating a new instance of the [Theme](Serilog.Sinks.RichTextBox.WinForms.Colored/Sinks/RichTextBoxForms/Themes/Theme.cs) class and passing it to the `RichTextBox` extension method. Look at the [existing themes](Serilog.Sinks.RichTextBox.WinForms.Colored/Sinks/RichTextBoxForms/Themes/ThemePresets.cs) for examples.
76
70
77
-
## Frequently Asked Questions
71
+
## FAQ
78
72
79
73
### Why is the package name so long?
80
74
81
-
Shorter alternatives were already reserved in the NuGet registry, so a more descriptive name was needed for this implementation. The name is a bit long, but it makes it easier to find the package in the NuGet registry.
75
+
Shorter alternatives were already reserved in NuGet. The descriptive name helps people find it more easily.
76
+
77
+
### Why a WinForms RichTextBox and not WPF?
78
+
79
+
This sink is designed for WinForms apps to avoid pulling in the WPF framework and its dependencies.
80
+
81
+
## Support the Project 💖
82
+
83
+
This project has been maintained since 2022 and is still under active development. If you find it useful, please consider supporting it. Your support will help keep the project alive and allow me to dedicate more time to making improvements. You can support it through:
82
84
83
-
### Why use a WinForms RichTextBox instead of a WPF RichTextBox?
This sink is specifically designed for WinForms applications to avoid the WPF framework. Using a WPF-based logging component would require adding the entire WPF framework with all its dependencies, greatly increasing the size of the application.
88
+
Every contribution of any size helps sustain ongoing development.
86
89
87
-
## Support and Contribute
90
+
## Contributing
88
91
89
-
If you find value in this project, there are several ways you can contribute:
92
+
Contributions are welcome! Report issues, improve documentation, or submit pull requests.
90
93
91
-
- Give the [project](https://github.com/vonhoff/Serilog.Sinks.RichTextBox.WinForms.Colored) a star on GitHub ⭐
92
-
- Support the project through [GitHub Sponsors](https://github.com/sponsors/vonhoff)
93
-
- Improve docs, report bugs, or submit PRs (see [CONTRIBUTING.md](CONTRIBUTING.md))
94
+
See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
0 commit comments