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
Copy file name to clipboardExpand all lines: CODE_OF_CONDUCT.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
-
**🌐 Documentation Code of Conduct — Recode-Website 🌐**
1
+
**🌐 Documentation Code of Conduct — recode-website 🌐**
2
2
3
3
**🤝 Our Commitment**
4
4
5
-
Recode-Website is built to empower learners, developers, and open-source contributors from all walks of life. Whether you’re fixing a typo or designing a whole new feature, every contribution matters. We’re committed to ensuring a respectful, welcoming, and inclusive space for everyone.
5
+
recode-website is built to empower learners, developers, and open-source contributors from all walks of life. Whether you’re fixing a typo or designing a whole new feature, every contribution matters. We’re committed to ensuring a respectful, welcoming, and inclusive space for everyone.
6
6
7
7
---
8
8
9
9
**💡 Our Core Values**
10
10
11
-
We believe the Recode community thrives when we:
11
+
We believe the recode hive community thrives when we:
12
12
- 💬 Encourage open communication and knowledge sharing
13
13
- 🧠 Welcome new ideas, diverse perspectives, and honest questions
14
14
- 🙌 Support and uplift contributors at all skill levels
@@ -31,11 +31,11 @@ To maintain a safe and productive space, we do not tolerate:
31
31
32
32
**🧭 Scope of This Code**
33
33
34
-
This Code of Conduct applies to all spaces where the Recode project is represented:
34
+
This Code of Conduct applies to all spaces where the recode hive project is represented:
35
35
- 📌 GitHub repository & discussions
36
36
- 📌 Pull requests, issues, and commit comments
37
37
- 📌 Project-related events, forums, and social media
38
-
- 📌 Any other platform or medium connected to Recode
38
+
- 📌 Any other platform or medium connected to recode hive
39
39
40
40
---
41
41
@@ -62,20 +62,20 @@ We ask all contributors to:
62
62
- ✅ Maintain integrity and credit all sources
63
63
- ✅ Embrace learning and be open to feedback
64
64
- ✅ Avoid offensive, unethical, or AI-generated content without review
65
-
- ✅ Help make Recode a safe, beginner-friendly environment
65
+
- ✅ Help make recode hive a safe, beginner-friendly environment
66
66
67
67
---
68
68
69
69
**💫 Our Vision**
70
70
71
-
*Recode-Website* is more than a project—it’s a platform for exploration, skill-building, and meaningful collaboration. Let’s code not just with logic, but with empathy and purpose. Together, we can create tech that inspires and includes. 💻🌱
71
+
*recode-website* is more than a project—it’s a platform for exploration, skill-building, and meaningful collaboration. Let’s code not just with logic, but with empathy and purpose. Together, we can create tech that inspires and includes. 💻🌱
72
72
73
73
---
74
74
75
75
**📄 Attribution**
76
76
77
77
This Code of Conduct aligns with the principles of *GSSoC’25* and reflects our collective commitment to mentorship, inclusivity, and ethical open-source contribution.
78
78
79
-
Inspired by [Contributor Covenant](https://www.contributor-covenant.org/version/3/0/code_of_conduct/) and has been adapted specifically for Recode-Website as part of the GSSoC’25 Open Source Contributions initiative.
79
+
Inspired by [Contributor Covenant](https://www.contributor-covenant.org/version/3/0/code_of_conduct/) and has been adapted specifically for recode-website as part of the GSSoC’25 Open Source Contributions initiative.
80
80
81
-
Modifications include beginner-friendly practices, inclusive open-source standards, and collaboration-focused values in line with GSSoC’s vision of mentorship and diversity in tech.
81
+
Modifications include beginner-friendly practices, inclusive open-source standards, and collaboration-focused values in line with GSSoC’s vision of mentorship and diversity in tech.
Copy file name to clipboardExpand all lines: Documentation.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Building a GitHub Organization Leaderboard: A Deep Dive into Recode Hive's Implementation
1
+
# Building a GitHub Organization Leaderboard: A Deep Dive into recode hive's Implementation
2
2
3
-
Ever wondered how to build a live leaderboard that tracks contributions across an entire GitHub organization? Let me walk you through how we built ours at Recode Hive. This isn't your typical "fetch and display" tutorial - we're talking about handling rate limits, caching strategies, time-based filtering, and creating a smooth user experience that doesn't make the GitHub API cry.
3
+
Ever wondered how to build a live leaderboard that tracks contributions across an entire GitHub organization? Let me walk you through how we built ours at recode hive. This isn't your typical "fetch and display" tutorial - we're talking about handling rate limits, caching strategies, time-based filtering, and creating a smooth user experience that doesn't make the GitHub API cry.
0 commit comments