Thank you for considering contributing to BiteBuddy! This document provides guidelines and steps for contributing.
Please be respectful and inclusive in your interactions with other contributors.
- Fork the repository
- Create a new branch (
git checkout -b feature/your-feature-name) - Make your changes
- Run tests if applicable
- Commit your changes (
git commit -m 'Add some feature') - Push to the branch (
git push origin feature/your-feature-name) - Open a Pull Request
Follow the installation instructions in the README.md file.
frontend/- React frontend applicationbackend/- Express API serveradmin/- Admin panel application
- Update documentation if needed
- Keep pull requests focused on a single change
- Maintain code quality and style
- Test your changes thoroughly