# 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