Files
VRCX/.github/CONTRIBUTING.md
2026-03-16 15:47:15 +09:00

1.1 KiB

Contributing to VRCX

Thank you for your interest in contributing to VRCX! Here are a few guidelines to help things go smoothly.

Before You Start

  • Large changes require prior discussion. If your PR involves significant new features, refactors, or architectural changes, please open an issue first to discuss the approach. PRs submitted without prior discussion may not be accepted.
  • Small fixes are always welcome. Typo fixes, bug fixes, and minor improvements can be submitted directly.

Looking for Something to Work On?

Check out issues labeled PR welcome — these are contributions we'd love to see. Note that even for PR welcome issues, if the change involves core functionality, please discuss it in the issue first.

Submitting a Pull Request

  1. Fork the repository and create your branch from master.
  2. Make your changes and test them locally.
  3. Open a pull request with a clear description of what you changed and why.

Thanks for helping make VRCX better!