This document outlines how to contribute to the world-happiness-tracker dashboard project.
- Before making a substantial pull request, please open an issue to discuss the proposed change with the team first.
- For bug reports, please provide a minimal reproducible example.
- Create a new Git branch for each pull request (PR).
- New code should adhere to the PEP 8 style guide.
- Include tests for new funcitonality.
- Update documentation accordingly.
Please write a good commit message. Make sure the commit message explains the problem it is solving. Keep it simple and clear. You can read through and follow this.
Consistency is important! Please keep style, formatting, and naming conventions consistent.
Participation in this project requires compliance with our Contributor Code of Conduct.
These contributing guidelines were adapted from the guidelines of Breast_Cancer_Predictor_Project and dplyr.