Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.23 KB

File metadata and controls

18 lines (14 loc) · 1.23 KB

👋 Contribution guidelines

This document describes how to contribute to the Morphe website.

📝 How to contribute

  1. Before contributing, it is recommended to open an issue to discuss your change. This will help you determine whether your change is worth your time to implement it.
  2. Development happens on the dev branch. Fork the repository and create your branch from dev.
  3. Morphe-website uses Cloudflare Wrangler. To see your local changes, install Wrangler and deploy the site locally using the command wrangler pages dev then press b to open your browser.
  4. Commit your changes.
  5. Submit a pull request to the dev branch of the repository and reference issues that your pull request closes in the description of your pull request.
  6. Our team will review your pull request and provide feedback. Once your pull request is approved, it will be merged into the dev branch and will be included in the next deployment of the Morphe website.

❤️ Thank you for considering contributing to the Morphe website.