Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve documentation for YoMo #985

Merged
merged 1 commit into from
Jan 2, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,22 @@ pnpm install --frozen-lockfile

pnpm dev
```

## Contributing

We welcome contributions to the YoMo documentation! If you would like to contribute, please follow these steps:

1. Fork the repository on GitHub.
2. Create a new branch for your changes.
3. Make your changes and commit them with clear and concise commit messages.
4. Push your changes to your forked repository.
5. Open a pull request to the main repository.

### Guidelines

- Ensure that your changes are clear and concise.
- Follow the existing structure and organization of the documentation.
- Test your changes locally to ensure they render correctly.
- Provide a detailed description of your changes in the pull request.

Thank you for contributing to the YoMo documentation!
Loading