Contribute & Help Us Improve 🤝

A Data Science Project

Contribute & Help Us Improve 🤝

Call for data providers! We’re looking for latest data providers for onging IPL seasion 2020!

We are maintaining a file called Stats2021.md to sore the latest data and fun facts!
Previous stats could be found at Stats2020.md!

Improve the IPL-Analysis documentation! 🖆

Thanks for your interest in the project!
Pull Requests are welcomed for all the possible improvements i.e. from little Typos & Grammar Corrections fixes to the introduction Novel Outcome after Data Analysis.

You can easily access the complete code at https://github.com/Team-thedatatribune/IPL-Analysis.

How to’s: 🤔

Contributing to this repository

Follow the following the steps to contribute:

  1. Fork this repository

  2. Clone your fork using following simple terminal command
    git clone https://github.com/<your-github-username>/IPL-Analysis.git
    
  3. Open the cloned repository in any of the text editor

  4. Before you begin with editing, create a new branch and checkout into it
    git branch my-branch
    git checkout my-branch
    
  5. Here we mention few of the frequent kind of the contribution we expact from you…
    • Add Datasets: Introduce a new dataset of your own or by collecting from some valid source in our branch dedicated for the data storage.
    • Add Code: Share your code after performing some data-analysis, model in the code section.
    • Add Visualizations: Generate and add some awesome visualizations by analyzing the available datasets in visualizations.
    • Add Descriptions: Help us improve the documentations at different aspects viz defining datasets, defining significance of available codes and visualizations etc..
    • Add Hot Facts: As mentioned, we are ready to grab the latest updates in Stats2021.md
  6. Push your contribution to your cloned repository
    git push origin my-branch
    
  7. Pull Request: Finally make a pull request mentioning the issue (if any).

Add yourself as a contributor ➕

You are almost there, now it time for you to be listed on our contributors’ page. Just find your pull request and comment a message right below in the following fromat:

   @all-contributors please add @<username> for <contributions-type>

Just relace with your name and with the type of contribution.

You can find the contribution types at emoji key. Thanks goes to these wonderful people!

A Long Way to Go…

We are eager to see you extending your hands to work along with us.


Back to Home