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.
- 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.
- Clone the repository: Run
git clone https://github.com/omeans-team/omeans-team.github.io.git
to clone the repository to your local machine. - Create a new branch: Run
git checkout -b [feature/fix/issue-#]
to create a new branch for your changes.
- 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.
- 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]
- Follow the Create React App coding style guide (https://facebook.github.io/create-react-app/docs/coding-style).
- Keep your code organized, readable, and maintainable.
- Be respectful and considerate towards other contributors and users.
- Follow the GitHub Community Guidelines (https://help.github.com/en/github/site-policy/github-community-guidelines).
- 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.
- 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!