Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.33 KB

CONTRIBUTING.md

File metadata and controls

31 lines (18 loc) · 1.33 KB

Contributing to world-happiness-tracker Project

This document outlines how to contribute to the world-happiness-tracker dashboard project.

Prerequisites

  • 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.

Pull request process

  • 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.

Writing Commit Messages

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.

Coding Style

Consistency is important! Please keep style, formatting, and naming conventions consistent.

Code of Conduct

Participation in this project requires compliance with our Contributor Code of Conduct.

Attribution

These contributing guidelines were adapted from the guidelines of Breast_Cancer_Predictor_Project and dplyr.