This guide outlines how to propose changes or contribute to the Heart Disease Prediction project.
If you spot small typos or grammatical errors in documentation, you can fix them directly using the GitHub web interface, as long as the changes are made in the source file.
- YES: Edit a comment or documentation block in a
.R
file under theR/
directory. - NO: Do not edit
.Rd
files under theman/
directory.
Before submitting a pull request (PR), it’s important to first file an issue to ensure the problem is understood and agreed upon. If you've discovered a bug, please create an issue and provide a minimal reprex that illustrates the problem.
- Branching: We recommend creating a separate Git branch for each pull request (PR).
- Code Style: Please ensure new code follows the tidyverse style guide and PEP8 style guide. Please don’t reformat code unrelated to your PR.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
These contributing guidelines were adapted from the breast-cancer-predictor CONTRIBUTING.md, which itself was adapted from the dplyr contributing guidelines.