This folder is the practical guide for running, maintaining, and contributing to ServerFeatures.
If you run the plugin:
- Configuration: day-to-day setup and safe change workflow.
- Architecture: how feature discovery, dependency resolution, and lifecycle cleanup work.
If you contribute code:
- Development: local setup and coding workflow.
- Testing: test strategy and local validation commands.
- Contributing Guide: pull request expectations.
Releases are tag-driven (v* tags trigger packaging and publication).
Typical flow:
- Ensure CI is green on your target branch.
- Bump version and create a release tag.
- Push branch and tag, then monitor the release workflow.