Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 2.4 KB

contributing.md

File metadata and controls

39 lines (25 loc) · 2.4 KB

Contributing to Dataverse

Technologies and Tools Used

Python Tkinter Matplotlib Seaborn Plotly Pandas scikit-learn MySQL Microsoft Excel HTML5 CSS3 JavaScript Netlify Postman

Follow these steps:

  • Go to issues, and find one that you can solve or create a new issue.
  • Fork the repository.

Important

Read deployment specifications to set up the project.

  • Create a new branch:
git checkout -b <new-branch-name>
git commit -m <commit message>
  • Push to the branch:
git push origin <new-branch-name>
  • Create a Pull Request, so we can review and merge it.

If you find this repo helpful, a star ⭐ would mean a lot. Thank you! ❤️