Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Latest commit

 

History

History
38 lines (22 loc) · 1.93 KB

CONTRIBUTING.md

File metadata and controls

38 lines (22 loc) · 1.93 KB

Hi, and thanks in advance for contributing to Mapbox React Examples. Here's how we work. Please follow these conventions when submitting an issue or pull request.

Preparing your Development Environment

  1. Install Git and Node.js version >=18
  2. Fork this project
  3. Clone your new fork, git clone git@github.com:GithubUser/mapbox-react-examples.git
  4. cd mapbox-react-examples

Submitting New Changes

  1. Create a new branch git checkout -b your-branch for your contribution.
  2. Write code, open a PR from your branch when you're ready.
  3. Notify our maintainer about your PR on Discord.

Access Token

Make sure to not commit a working Access Token to avoid your key being stolen and causing unwanted charges. If you accidentally committed one, please "refresh" your token on the Mapbox Access Token panel.

How can I contribute?

There are many ways in which you can contribute to Mapbox React Examples.

🐛 Report a bug

Something's broken or not working anymore? Open an Issue, describe the bugs you encountered, and include details of your system like OS, Node.js version, and terminal.

🛠️ File a feature request

We welcome all feature requests, whether it's to add new functionality to an existing example or to offer an idea for a brand new Mapbox React example.

📝 Improve the documentation

We may forget to keep our docs up to date or include enough detail. You can help by suggesting improvements or fixing typos in our documentation.

⚙️ Close a Bug / Feature issue

Help make sure the examples are bug-free, efficient, and written in a React-y way. We also appreciate more React + Mapbox examples being created.