Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README.md and replaced GSSOC'24 Extd with SWOC #233

Merged
merged 3 commits into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ body:
required: true
- label: "I'm enjoying the mess!"
required: true
- label: "I'm GSSOC'24 Extd registered Contributor"
- label: "I'm SWOC registered Contributor"
# - label: "I'm GSSOC'24 Extd registered Contributor"
# - label: "I'm Hacktoberfest registered Contributor"

3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/confusion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ body:
- label: "I agree to follow this project's Code of Conduct"
required: true
- label: "I want to work on improving this confusing element"
- label: "I'm GSSOC'24 Extd registered Contributor"
- label: "I'm SWOC registered Contributor"
# - label: "I'm GSSOC'24 Extd registered Contributor"
# - label: "I'm Hacktoberfest registered Contributor"
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ body:
- label: "I agree to follow this project's Code of Conduct"
required: true
- label: "I want to work on this documentation update"
- label: "I'm GSSOC'24 Extd registered Contributor"
- label: "I'm SWOC registered Contributor"
# - label: "I'm GSSOC'24 Extd registered Contributor"
# - label: "I'm Hacktoberfest registered Contributor"
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ body:
- label: "I agree to follow this project's Code of Conduct"
required: true
- label: "I want to work on this feature"
- label: "I'm GSSOC'24 Extd registered Contributor"
- label: "I'm SWOC registered Contributor"
# - label: "I'm GSSOC'24 Extd registered Contributor"
# - label: "I'm Hacktoberfest registered Contributor"
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ ChaosWeb is proudly part of global initiatives engaging with passionate develope
<td><a href="https://hacktoberfest.com/" ><img src="https://github.com/user-attachments/assets/484d4816-e493-4c5f-ae96-db7d764f704d" width="200" height="auto" loading="lazy" alt="Hacktoberfest 2024"/></a></td>
<td> Hacktoberfest is a month-long October event welcoming all skill levels to join the open source community </td>
</tr>
<td>SWOC 2024</td>
<td><a href="https://www.socialwinterofcode.com/" ><img src="https://github.com/user-attachments/assets/eb175a0d-a4c4-4380-a971-fffb23288002" width="200" height="auto" loading="lazy" alt="SWOC 2024"/></a></td>
<td> Social Winter of Code introduces participants to open source through projects, mentorship, and workshops on development, AI, Web3, and more. </td>
</tr>
</table>

## ✨ Project Structure
Expand Down
Loading