Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.35 KB

CONTRIBUTING.md

File metadata and controls

43 lines (30 loc) · 1.35 KB

Contributing to Internet Computer (ICP) Development Tutorials:

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:

1. Clone the Repository:

git clone https://github.com/Stephen-Kimoi/ICP-to-do-examples.git 
cd ICP-to-do-examples 

2. Create a New Branch:

git checkout -b feature/your-feature-name

4. Make Changes:

  • 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.

5. Submit a Pull Request:

  • 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.

Here's the pull request format:

Pull Request Title:

Provide a concise and descriptive title for your changes.

Description:

What does this PR do? Briefly explain the purpose of the pull request and what changes have been made.

Changes Made:

List key changes or additions here.

Example: Added a tutorial on uploading assets to canisters.