Welcome to the Video Game List project! Please follow these guidelines when contributing:
- Use Clean Architecture principles for all backend code.
- All data access must go through repository interfaces in the Domain project.
- Use dependency injection for all services and repositories.
- Write clear, concise commit messages.
- Ensure all code builds and passes tests before submitting a PR.
- Use Serilog for all backend logging.
- For database changes, update Docker and document any required migrations.
Thank you for contributing!