Skip to content
This repository was archived by the owner on Jul 3, 2026. It is now read-only.

Commit feb4087

Browse files
Add files via upload
1 parent bd2872d commit feb4087

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

contributing.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Contributing to Dataverse <img src="../website/web_images/3d_glow.webp" height=50px align=right>
2+
3+
#### Technologies and Tools Used
4+
5+
| ![Python](https://img.shields.io/badge/Python-FFD43B?style=flat&logo=python&logoColor=blue) ![Tkinter](https://img.shields.io/badge/Tkinter-blue?style=flat&logo=python&logoColor=white) ![Matplotlib](https://img.shields.io/badge/Matplotlib-%23ffffff.svg?style=flat&logo=Matplotlib&logoColor=black) ![Seaborn](https://img.shields.io/badge/Seaborn-%2363a4a6.svg?style=flat&logo=Seaborn&logoColor=black) ![Plotly](https://img.shields.io/badge/Plotly-%233F4F75.svg?style=flat&logo=plotly&logoColor=white) ![Pandas](https://img.shields.io/badge/pandas-%23150458.svg?style=flat&logo=pandas&logoColor=white) ![scikit-learn](https://img.shields.io/badge/scikit--learn-%23F7931E.svg?style=flat&logo=scikit-learn&logoColor=white) ![MySQL](https://img.shields.io/badge/MySQL-005C84?style=flat&logo=mysql&logoColor=white) ![Microsoft Excel](https://img.shields.io/badge/Microsoft_Excel-217346?style=flat&logo=microsoft-excel&logoColor=white) ![HTML5](https://img.shields.io/badge/HTML5-E34F26?style=flat&logo=html5&logoColor=white) ![CSS3](https://img.shields.io/badge/CSS3-1572B6?style=flat&logo=css3&logoColor=white) ![JavaScript](https://img.shields.io/badge/JavaScript-323330?style=flat&logo=javascript&logoColor=F7DF1E) ![Netlify](https://img.shields.io/badge/Netlify-%2300C7B7.svg?style=flat&logo=netlify&logoColor=000000) ![Postman](https://img.shields.io/badge/Postman-FF6C37?style=flat&logo=postman&logoColor=white) |
6+
|-|
7+
8+
Follow these steps:
9+
10+
- Go to [issues](https://github.com/multiverseweb/Dataverse/issues), and find one that you can solve or create a new issue.
11+
- Fork the repository.
12+
13+
> [!IMPORTANT]
14+
> Read [deployment specifications](https://github.com/multiverseweb/Dataverse?tab=readme-ov-file#deployment-specifications) to set up the project.
15+
16+
- Create a new branch:
17+
18+
```
19+
git checkout -b <new-branch-name>
20+
```
21+
22+
- Make your contributions to solve the issue.
23+
24+
- Append the name of your city to `cities` list at [`line no. 6` in website/scripts/script.js](https://github.com/multiverseweb/Dataverse/blob/main/website/scripts/script.js#L5-L7) (optional)
25+
26+
- Commit the changes:
27+
28+
```
29+
git commit -m <commit message>
30+
```
31+
32+
- Push to the branch:
33+
```
34+
git push origin <new-branch-name>
35+
```
36+
37+
- Create a Pull Request, so we can review and merge it.
38+
39+
If you find this repo helpful, a star ⭐ would mean a lot. Thank you! ❤️

0 commit comments

Comments
 (0)