Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.34 KB

File metadata and controls

31 lines (18 loc) · 1.34 KB

Contributing to Shopify Function Wasm API

Thank you for your interest in contributing to the Shopify Function Wasm API! This document provides guidelines and instructions for contributing to this project.

Code of Conduct

This project adheres to the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code.

How to Contribute

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Contributor License Agreement

Before we can accept your contributions, you need to sign our Contributor License Agreement (CLA). This will be automatically checked when you open a pull request. If you haven't signed the CLA, you'll be prompted to do so.

Code Review Process

All code submissions require review. We use GitHub pull requests for this purpose. Consult GitHub Help for more information on using pull requests.

Development Setup

Please refer to the README.md for instructions on setting up your development environment.

Questions or Issues?

If you have any questions or run into any issues, please open an issue in the GitHub repository.