Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 500 Bytes

CONTRIBUTING.MD

File metadata and controls

19 lines (12 loc) · 500 Bytes

6. Contributing (contributing.md)

# Contributing to dChange

We welcome contributions from the community! Please follow these guidelines for contributing to the dChange project.

## How to Contribute

1. **Fork the Repository**:
   Click the "Fork" button in the top-right corner of the repository to create your own copy of the project.

2. **Create a Branch**:
   Create a feature or bugfix branch for your changes:
   ```bash
   git checkout -b feature/my-new-feature