Contribution Guidelines
Last updated
Last updated
Thank you for considering contributing to the OVRTK repository! We appreciate your interest in helping us improve our project. Please take a moment to review the guidelines below before you get started.
If you are new to Git and GitHub, make sure to check out the to get started with the basics.
Make sure you have a GitHub account.
Fork the OVRTK repository to your own GitHub account.
Clone your fork to your local development environment:
Set up the project according to the instructions.
If you plan to work on an issue, please comment on it to let others know.
If you have a new idea or find a bug not listed in the issue tracker, create a new issue describing it.
Fork the repository, create a branch for your contribution, and start working on it.
Make sure to follow the coding standards and guidelines (see below).
When your contribution is ready, submit a pull request to the main repository. Please reference the issue number in your pull request.
Your pull request will be reviewed by maintainers, and you may be asked to make changes if necessary.
To report a bug or issue, please follow these guidelines:
Search the issue tracker to see if the issue has already been reported.
If not, create a new issue and include:
A clear and concise title.
A detailed description of the issue.
Steps to reproduce the issue if applicable.
Information about your environment (OS, browser, etc.).
If you have a feature request, follow these steps:
Search the issue tracker to see if the feature request has already been submitted.
If not, create a new issue and include:
A clear and concise title.
A detailed description of the requested feature.
Justification for the feature (why it's needed).
When submitting a pull request, please follow these guidelines:
Create a new branch for your feature/fix, e.g., feature/new-feature
or fix/issue-123
.
Write clear and concise commit messages.
Keep your codebase clean and ensure it passes any existing tests.
Make sure your pull request is up to date with the latest changes from the main repository.
Reference the issue number in your pull request description, e.g., "Closes #123."
We expect all contributors to adhere to our . Please read it before making any contributions.
Check the for existing issues or feature requests that you may be interested in.