|
| 1 | +# Contributing |
| 2 | + |
| 3 | +This repository is the public distribution layer for the VPN feed. It is optimized for three things: |
| 4 | + |
| 5 | +- reliable subscription delivery |
| 6 | +- clear client onboarding |
| 7 | +- searchable public documentation |
| 8 | + |
| 9 | +## Where to contribute |
| 10 | + |
| 11 | +- Use `Discussions > Q&A` for setup help and troubleshooting. |
| 12 | +- Use `Discussions > Ideas` for new client guides, landing pages, and growth ideas. |
| 13 | +- Use `Issues` only for broken public artifacts, stale status, or site problems. |
| 14 | +- Use `Pull Requests` for docs, Pages, workflow, and public-output improvements. |
| 15 | + |
| 16 | +## Scope rules |
| 17 | + |
| 18 | +This repository should contain only public materials: |
| 19 | + |
| 20 | +- public subscription artifacts in `output/` |
| 21 | +- sanitized status output |
| 22 | +- public docs and Pages content |
| 23 | +- GitHub workflow code used to publish public assets |
| 24 | + |
| 25 | +Do not add: |
| 26 | + |
| 27 | +- infrastructure state |
| 28 | +- cloud credentials |
| 29 | +- SSH keys |
| 30 | +- private node inventory |
| 31 | +- anything copied from the private control repository that is not meant for public distribution |
| 32 | + |
| 33 | +## Good contribution targets |
| 34 | + |
| 35 | +- new client setup guides that match real user search intent |
| 36 | +- clearer onboarding copy for Clash, sing-box, and V2Ray users |
| 37 | +- Pages improvements that reduce setup friction |
| 38 | +- broken-link fixes |
| 39 | +- FAQ improvements based on repeated user questions |
| 40 | + |
| 41 | +## PR expectations |
| 42 | + |
| 43 | +- Keep changes focused and easy to review. |
| 44 | +- Explain the user-facing reason for the change. |
| 45 | +- Verify that all new links resolve correctly. |
| 46 | +- Prefer plain, direct language over marketing fluff. |
| 47 | + |
0 commit comments