Welcome to the [Repository Name] repository! We appreciate your interest in contributing. By participating in this project, you agree to abide by the Code of Conduct.
-
Fork the repository to your GitHub account.
-
Clone the forked repository to your local machine:
git clone [https://github.com/your-username/repository-name.git](https://github.com/VERSO-UVM/ORCA.git)
-
Create a new branch for your contribution:
git checkout -b feature/new-feature
-
Make your changes and commit them:
git add . git commit -m "Add new feature"
-
Push your changes to your forked repository:
git push origin feature/new-feature
-
Open a pull request (PR) from your forked repository to the main repository's
main
branch. -
Provide a clear and descriptive title for your PR and explain the changes you've made.
-
Once your PR is submitted, our team will review it and provide feedback. Thank you for your contribution!
- Follow the style guide for code formatting and conventions.
- Write clear and concise commit messages.
- Keep changes focused and avoid making unrelated modifications in a single PR.
If you encounter any issues or have suggestions for improvements, please open an issue on the issue tracker. Provide detailed information about the problem or enhancement request, including steps to reproduce (if applicable).
By contributing to this project, you agree that your contributions will be licensed under the LICENSE file of this repository.
Thank you for contributing to [Repository Name]! Your contributions help make this project better for everyone. If you have any questions or need assistance, feel free to reach out to us.