# Contributing Guidelines

Thank you for considering contributing to the DP2 Shiny App project!

## How to Contribute
1. Fork the repository and create your branch:
   ```bash
   git checkout -b feature-name
   ```
2. Make your changes and test them locally.
3. Commit your changes with a clear message:
   ```bash
   git commit -m "Add feature: description"
   ```
4. Push to your branch and open a Pull Request.

## Code Style
- Use clear and descriptive variable names.
- Comment your code where necessary.
- Follow R best practices for Shiny apps.

## Reporting Issues
If you find a bug or have a suggestion, please open an issue in the GitHub repository.

Thank you for helping improve this project!
