mirror of
https://github.com/Flowseal/tg-ws-proxy.git
synced 2026-08-10 00:03:19 +03:00
1.1 KiB
1.1 KiB
CONTRIBUTING
Thank you for wanting to help the tg-ws-proxy project.
Before Creating an Issue
- Check the documentation in
docs/README.md. - Make sure a similar issue hasn't already been opened.
- Use standard labels from
.github/labels.mdfor correct triage.
How to Report Problems
- Use the
Problemtemplate. - If possible, provide:
- Application version,
- Operating system,
- Steps to reproduce,
- Expected and actual behavior,
- Log file or error text.
The more precise your description, the faster we can help.
Local Development from Source
Python >=3.8 is required.
pip install -e .
Running:
- console mode:
tg-ws-proxy - Windows tray:
tg-ws-proxy-tray-win - macOS tray:
tg-ws-proxy-tray-macos - Linux tray:
tg-ws-proxy-tray-linux
Details: docs/BuildFromSource.md.
Pull Request
Before opening a PR:
- Make sure your change solves a specific problem.
- Check that existing scenarios aren't broken.
- Update documentation if behavior or configuration changes.
Smaller and focused PRs are reviewed and accepted faster.