Thank you for your interest in contributing to the Internet Computer Development Tutorials! Your contributions will help other developers learn and grow in the ICP ecosystem. Whether you’re fixing bugs, adding new tutorials, or suggesting improvements, your efforts are greatly appreciated.
How to Contribute:
git clone https://github.com/Stephen-Kimoi/ICP-to-do-examples.git
cd ICP-to-do-examples
git checkout -b feature/your-feature-name
- Add new tutorials, fix bugs, or improve documentation.
- Ensure all new content includes a clear and concise README.md file for guidance.
- Follow the existing folder structure for tutorials.
- Go to the original repository.
- Click Pull Requests > New Pull Request.
- Select your branch and create a pull request (PR).
- Include a detailed description of your changes.
Provide a concise and descriptive title for your changes.
What does this PR do? Briefly explain the purpose of the pull request and what changes have been made.
List key changes or additions here.
Example: Added a tutorial on uploading assets to canisters.