Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.21 KB

File metadata and controls

37 lines (31 loc) · 1.21 KB

Contributing to PWE Overlay

Thank you for your interest in contributing!

Reporting Issues

  • Open an issue on GitHub using the bug report template.
  • Include:
    • Game version (ATS / ETS2)
    • Plugin version
    • OS version
    • Steps to reproduce
    • Screenshots if applicable

Feature Requests

Pull Requests

  • Please open an issue first before submitting a pull request.
  • Fork the repository and create a feature branch:
        git checkout -b feature/your-feature
  • Ensure your branch builds successfully.
  • Make sure you do not commit build outputs (/build or /dist folders).
  • Follow the existing code style:
    • TypeScript / Vue conventions for frontend
    • C++ conventions for backend

Code Guidelines

  • Use meaningful commit messages.
  • Keep PRs focused and concise.
  • Run tests (if applicable) before submitting.

Third-Party Dependencies