Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 923 Bytes

File metadata and controls

13 lines (9 loc) · 923 Bytes

Contributing to tinycoro

Contributions to tinycoro are welcome and encouraged! If you'd like to contribute, please follow these steps:

  1. Fork the repository: Start by forking the project on GitHub and cloning your fork locally.
  2. Create a branch: Create a new branch for your feature or bugfix. Ensure the branch name reflects the purpose of your changes (e.g., feature/new-feature or bugfix/issue-123).
  3. Make your changes: Implement your feature or fix. Please ensure your code follows the project's style guidelines and includes appropriate tests.
  4. Commit and push: Commit your changes with clear, descriptive messages, and push your branch to your forked repository.
  5. Open a pull request: Submit a pull request (PR) to the main repository. Be sure to explain the purpose and impact of your changes in the PR description.

Thank you for helping make tinycoro better.

co_return ;)