We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be85f24 commit 811adecCopy full SHA for 811adec
src/pages/[lang]/sprints.astro
@@ -41,6 +41,15 @@ const sprintsData = [
41
languages: "Astro, HTML",
42
maintainers_discord: ["vadal7373"]
43
},
44
+ {
45
+ name: "DataJourney",
46
+ project_url: "https://github.com/DataJourneyHQ/DataJourney",
47
+ project_doc_url: "https://github.com/DataJourneyHQ/DataJourney/wiki/Contribute-to-DataJourney",
48
+ description: "A friendly Design first Open Source Data Management Toolkit",
49
+ level: "Beginner friendly",
50
+ languages: "Python, HTML",
51
+ maintainers_discord: ["sayantika_hq"]
52
+ },
53
];
54
55
---
0 commit comments