✨
BLINKZ
  • Blinkz
    • Our Mission
    • Try It Now
    • Table of Contents
  • SDK
    • Blinkz Actions SDK
      • Introduction
      • Quick Start
      • Getting Started
      • Core Concepts
      • SDK Reference
      • Examples
      • Best Practices
      • How to Contribute
      • API Reference
      • Resources
      • FAQ
  • Extension
    • Blinkz Actions Extension
      • Overview
      • Key Components
      • Key Features
      • Usage
      • Development Status
      • Additional Resources
  • Generator
    • Blinkz Actions Generator
      • Overview
      • Key Components
      • Using The Actions Generator
      • Deployment
      • Extending The Generator
      • Additional Resources
  • Conclusion
    • Conclusion
Powered by GitBook
On this page
  1. SDK
  2. Blinkz Actions SDK

How to Contribute

PreviousBest PracticesNextAPI Reference

Last updated 6 months ago

We welcome and encourage contributions to the Actions SDK project! Your input can help improve and expand this open-source tool for the benefit of the entire Web3 community.

To contribute:

  1. Visit our GitHub repository:

  2. Fork the repository to your own GitHub account.

  3. Clone your fork to your local machine:

    git clone <https://github.com/your-username/actions-sdk.git>
  4. Create a new branch for your feature or bug fix:

    git checkout -b feature/your-feature-name
  5. Make your changes and commit them with clear, descriptive commit messages.

  6. Push your changes to your fork on GitHub:

    git push origin feature/your-feature-name
  7. Open a pull request from your fork to the main Actions SDK repository.

We especially encourage contributions of novel and creative examples that showcase the capabilities of the Actions SDK. These examples can help other developers understand and utilize the SDK more effectively.

Before submitting a pull request, please ensure that your code adheres to the project's coding standards and that you have added appropriate tests and documentation for your changes.

Thank you for your interest in contributing to the Actions SDK project. Your efforts help make Web3 more accessible and user-friendly for everyone!

https://github.com/DecenterApps/actions-sdk