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
docs(README): Expand SDK documentation with feedback request and upcoming features
- Added a section soliciting user feedback on use cases, feature requests, and documentation suggestions.
- Introduced a detailed outline of upcoming features including a template rendering system, Content API support, and a data validation layer.
- Updated contribution guidelines to encourage community involvement and adherence to coding standards.
Copy file name to clipboardExpand all lines: README.md
+78-1Lines changed: 78 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -550,9 +550,45 @@ if ($nav->hasChildren()) {
550
550
551
551
The SDK can be easily integrated with Symfony. See the `examples/dotcms-symfony` directory for a complete example.
552
552
553
+
## We Need Your Feedback!
554
+
555
+
The SDK is in active development, and your feedback is crucial to its success. We're particularly interested in:
556
+
557
+
- Use cases and real-world scenarios
558
+
- Feature requests and improvements
559
+
- Performance feedback
560
+
- Integration challenges
561
+
- Documentation suggestions
562
+
563
+
Feel free to:
564
+
- Open issues for bugs or feature requests
565
+
- Join our community discussions
566
+
- Share your implementation experiences
567
+
- Suggest improvements to the API design
568
+
553
569
## Contributing
554
570
555
-
Contributions are welcome! Please feel free to submit a Pull Request.
571
+
We welcome contributions of all kinds! Whether you're fixing bugs, adding features, or improving documentation, your help makes the SDK better for everyone.
572
+
573
+
### How to Contribute
574
+
575
+
1. Fork the repository
576
+
2. Create a feature branch (`git checkout -b feature/amazing-feature`)
0 commit comments