Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 1.66 KB

File metadata and controls

56 lines (42 loc) · 1.66 KB

Contributing to this repository

We want to make contributing to this project as easy and transparent as possible.

Pull Requests

I enthusiastically welcome your pull requests. If you're new, feel free to start by checking open issues.

For new fixes / features

  1. Create a GitHub issue proposing your fix or feature (recommended).
  2. Fork the repo and create your branch from main.
  3. Make your changes.
  4. Update or add a README.md if your fix needs explanation (game-specific notes, setup, etc.).
  5. Test your fix in-game or in the relevant environment.
  6. Ensure your changes don’t introduce regressions (UI, scaling, cutscenes, etc.).
  7. Open a Pull Request with a clear description of what you changed and why.
  8. Address any feedback in code review promptly.

For bug fixes

  1. Fork the repo and create your branch from main.
  2. Reproduce the issue.
  3. Make your fix.
  4. Test thoroughly (different resolutions/aspect ratios if applicable).
  5. Open a PR explaining:
  • the issue
  • the fix
  • how you tested it
  1. Address any feedback in code review promptly.

Testing

  1. Test in the target game/application.
  2. Verify widescreen/aspect ratio behavior.
  3. Check UI, HUD, menus, and cutscenes. If applicable, include in your PR:
  • Game version
  • Resolution(s) tested
  • Any special setup steps

Issues

We use GitHub issues to track bugs and requests.

Please ensure your issue includes:

  • Clear description
  • Steps to reproduce
  • Expected vs actual behavior
  • Game name and version
  • Resolution/aspect ratio
  • Screenshots if useful

License

By contributing to this repository, you agree that your contributions will be licensed under the LICENSE file in the root directory.