DS_language_analysis
is a reproducible data analysis project. We welcome contributions and constructive criticism. By participating in this project, you agree to abide by the code of conduct.
- You can give your suggestions and criticism in the form of an issue to this repository.
-
To Get Started:
- Fork this repository.
- Clone your fork to have a local copy - this will be your working space:
git clone https://github.com:<your-username>/DS_language_analysis.git
-
For each contribution:
-
Make sure you can reproduce the analysis.
-
Make your changes.
-
Add tests for the changes you made (if necessary).
-
Ensure existing and new tests pass (if there are any).
-
Make sure that the analysis runs smoothly with your contribution
-
-
Commit your changes to your forked repository.
-
Push your changes to your forked repository.
-
Submit a pull request to all owners of the master repository.
IMPORTANT: Always sync your fork to the original repository before sending a pull request. In order to do this, follow the steps explained in the links below.
-
Commit often throughout the work process.
-
Make sure your commit messages are clear and informative.
- This document is adapted from: