Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 429 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (10 loc) · 429 Bytes

Contributing to MongoLens

Thank you for your interest in contributing to MongoLens! We welcome contributions from the community, whether it's fixing bugs, adding features, improving documentation, or more.

How to Contribute

1. Fork the Repository

First, fork the repository to your own GitHub account.

2. Create a New Branch

Create a new branch for your changes:

git checkout -b my-feature-branch