Skip to content

Latest commit

 

History

History
60 lines (32 loc) · 1.79 KB

CONTRIBUTION.md

File metadata and controls

60 lines (32 loc) · 1.79 KB

Contributing

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.

How to contribute

  • You can give your suggestions and criticism in the form of an issue to this repository.

Git flow

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


Committing - Best Practices

Attribution