You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 3, 2026. It is now read-only.
- 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