This folder is the practical guide for running, maintaining, and contributing to ProxyFeatures.
If you run the plugin:
- Configuration: day-to-day setup and safe change workflow.
- Architecture: how the plugin is structured and how features are managed.
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.
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.