Thank you for considering contributing to OneAccess! We appreciate your help in improving this open-source project.
Please read and follow our Code of Conduct to ensure a welcoming environment for all contributors. If you encounter any issues or wish to report a concern, please email us at marketing@rtcamp.com.
Important
Do not report potential security vulnerabilities in the public GitHub repository. Instead, please email us at marketing@rtcamp.com.
For more information, refer to our Security Policy.
If you find a bug or have a feature request, please open an issue in the GitHub Issues section. Provide as much detail as possible, including:
- A clear description of the issue.
- Steps to reproduce the issue.
- Any relevant screenshots or logs.
In general, we recommend you adhere to the GitHub issue templates included in this repository whenever possible.
Tip
Note: Before opening a new issue, please search the GitHub Issues to see if a similar issue has already been reported.
If you find an existing issue that matches your concern, you can upvote the issue or add a comment to provide additional context, reproduction steps, or any other relevant information to help the ticket advance.
-
Fork the repository: Click the "
Fork" button in the top right corner of the repository page to create your own copy of the project. -
Make your changes: Implement the changes you'd like to contribute. Ensure that your code adheres to the project's coding standards and guidelines.
Tip
For detailed information on the project's directory structure, local development setup, and testing processes, refer to the DEVELOPMENT.md document.
-
Write tests: If possible, add/update the necessary Integration/Functional/etc. tests for your changes to ensure that everything works correctly.
-
Commit and push your changes: Once you're satisfied with your changes, commit them to your forked repository and push them to your branch.
-
Create a pull request: Submit a
Pull Requestto thedevelopbranch of this repository. Select your branch and provide a detailed description of your changes. Pull Request titles should be concise, descriptive, and follow the Conventional Commits format. E.g.,feat: Add new feature.
- Your pull request will be reviewed by a maintainer. We'll review all PRs, and make suggestions or changes as needed.
- Once approved, your PR will be squashed and merged into the
developbranch.
We appreciate your time and contributions to the OneAccess project. Your efforts help make this project better for everyone!
To contribute:
- Fork the repository
- Create a feature branch:
git checkout -b feature/your-feature-name - Commit your changes:
git commit -m 'Add some feature' - Push to the branch:
git push origin feature/your-feature-name - Open a Pull Request
Please make sure to follow our coding standards and best practices.