Merge branch 'next' into shadow/improve-contributor-mds

This commit is contained in:
ShadowArcanist
2026-06-13 20:12:26 +05:30
994 changed files with 72912 additions and 13536 deletions
+2 -8
View File
@@ -40,18 +40,12 @@ We welcome contributions that help stabilize v4, but larger changes will be save
## What Makes a Strong Contribution
The following types of contributions are most likely to be accepted:
- **Bug fixes** (with clear reproduction steps)
- **Documentation improvements** (typos, clarifications, examples, guides)
- **Features discussed and aligned beforehand**
- **New service templates** requested by the community
- **Small, focused pull requests**
#### Code Quality and Testing
All contributions must adhere to the highest standards of code quality and testing:
If your change is small and obvious (typo fix, small bug, minor docs update), you may open a pull request directly.
## Keep Changes Focused
Only modify what is necessary to achieve your goal.
If you are fixing a bug in `file.yaml`, do not:
- Reformat unrelated files
- Refactor unrelated code