Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 2.63 KB

CONTRIBUTING.md

File metadata and controls

47 lines (36 loc) · 2.63 KB

Contributing Guidelines 📄

This documentation contains a set of guidelines to help you during the contribution process. We are happy to welcome all the contributions from anyone willing to improve/add new scripts to this project. Thank you for helping out and remember, no contribution is too small.
Please note we have a code of conduct please follow it in all your interactions with the project.

Need some help regarding the basics?🤔

You can refer to the following articles on the basics of Git and GitHub and also contact the Project Mentors, in case you are stuck:

Issue Report Process 📌

  1. Go to the project's issues.
  2. Select the template that better fits your issue.
  3. Give a proper description of the issues.
  4. Don't spam to get the assignment of the issue 😀.
  5. Wait for till someone is looking into it!
  6. Start working on the issue only after you get assigned that issue 🚀.

File naming conventions 📁

  • There are main three folders data, scripts, notebooks
  • You get the datafiles with the issue so just add the data set under the folder data -> dataset-<#issue number> -> file.csv or any other types of data there can be multiple data files also
  • data -> dataset-<#issue number> also make one README.md in which explain about the dataset
  • next
  • if you want any preprocessing or any kind of scripts then add a folder in the folder scripts/ name it issue-<#issue-number> and add all the scripts that you created
  • if possible add the README.md file in the folder scripts/issue-<#issue-number> which you created in the upper step and explain what your script is doing
  • after
  • make a folder in the notebooks/ name it issue-<#issue-number> and add your data analysis or task you have into it and if possible add accuracy about the issue solved
  • Submit your PR by giving the necessary information in the PR template and hang tight we will review it really soon 🚀

Happy Hacking 💗