Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 2.04 KB

CONTRIBUTING.md

File metadata and controls

44 lines (27 loc) · 2.04 KB

Contributing to omeans-team.github.io

Thank you for your interest in contributing to omeans-team.github.io! We appreciate any help, whether it's reporting issues, fixing bugs, or adding new features.

Getting Started

  1. Fork the repository: Click the "Fork" button on the top-right corner of this page to create a copy of the repository in your own GitHub account.
  2. Clone the repository: Run git clone https://github.com/omeans-team/omeans-team.github.io.git to clone the repository to your local machine.
  3. Create a new branch: Run git checkout -b [feature/fix/issue-#] to create a new branch for your changes.

Contribution Guidelines

Issues

  • Before submitting a pull request, please check if the issue already exists in the Issues tab.
  • If the issue doesn't exist, create a new issue with a clear title and description.

Pull Requests

  • Make sure your pull request is focused on a single issue or feature.
  • Write a clear and concise commit message that describes the changes you made.
  • Use the following format for your commit message: [fix/feature] [brief description]

Code Style

Code of Conduct

License

  • omeans-team.github.io is licensed under the MIT License (https://opensource.org/licenses/MIT).
  • By contributing to omeans-team.github.io, you agree to release your contributions under the same license.

Questions and Feedback

  • If you have any questions or feedback, please don't hesitate to reach out to us at @omeans-team.
  • We're always happy to help and appreciate your input!

Thank you again for your interest in contributing to omeans-team.github.io!