Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 2.02 KB

CONTRIBUTING.md

File metadata and controls

49 lines (34 loc) · 2.02 KB

Contributing to [Repository Name]

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.

How to Contribute

  1. Fork the repository to your GitHub account.

  2. 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)
  3. Create a new branch for your contribution:

    git checkout -b feature/new-feature
  4. Make your changes and commit them:

    git add .
    git commit -m "Add new feature"
  5. Push your changes to your forked repository:

    git push origin feature/new-feature
  6. Open a pull request (PR) from your forked repository to the main repository's main branch.

  7. Provide a clear and descriptive title for your PR and explain the changes you've made.

  8. Once your PR is submitted, our team will review it and provide feedback. Thank you for your contribution!

Code Style and Guidelines

  • 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.

Reporting Issues

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).

License

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.