Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.08 KB

CONTRIBUTING.md

File metadata and controls

30 lines (20 loc) · 1.08 KB

Contributing

So you want to help make this project better? Well, you're in the right place. This project is open source, and we welcome contributions from everyone. Here is some information about how to develop in this project.

Table of Contents

  1. Set up your local development environment 1. Using the VSCode Devcontainer 1. Manual way

Set up your local development environment

Using the VSCode Devcontainer

This repo contains a VSCode Devcontainer configuration to make contribution easier. Here are the steps to use it:

  1. git clone https://github.com/oxidize-rb/rb-sys
  2. code ./rb-sys
  3. Click the green Reopen in Container... button on the bottom right

Manual way

  1. git clone https://github.com/oxidize-rb/rb-sys
  2. Make sure you have Ruby installed
  3. Install Rust and Cargo with Rustup.