Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.05 KB

CONTRIBUTING.md

File metadata and controls

24 lines (14 loc) · 1.05 KB

gm.

Thanks for your interest in contributing to buildspace-faq! Please take a moment to review this document before submitting a pull request.

If you want to contribute, but aren't sure where to start, you can create a new discussion, reach out on Twitter or on Discord.

Pull requests

Please ask first before starting work on any significant new features.

It's never a fun experience to have your pull request declined after investing a lot of time and effort into a new feature. To avoid this from happening, we request that contributors create a feature request to first discuss any significant new ideas.

Prerequisites

This project uses yarn as a package manager.

Development playground

To play around with code while making changes, you can run the development environment

yarn install
yarn dev