Skip to content

Commit

Permalink
Merge branch 'four' of https://github.com/inkerton/gdg-website into four
Browse files Browse the repository at this point in the history
  • Loading branch information
inkerton committed Oct 30, 2024
2 parents 196c7d6 + 4b7eedd commit 6d51bdb
Show file tree
Hide file tree
Showing 26 changed files with 2,367 additions and 1,148 deletions.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: true
contact_links:
- name: Questions or need suggestions?
url: https://github.com/GDSC-RCCIIT/gdg-website/discussions/new?category=q-a
about: You can create a Q&A discussion and ask for clarifications
- name: Guidelines
url: https://github.com/GDSC-RCCIIT/gdg-website/blob/main/contributing.md
about: Before opening a new issue, please make sure to read CONTRIBUTING.md
65 changes: 65 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation-update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
name: 📝 Documentation Update
description: Improve Documentation
title: "[Doc]: "
labels: [documentation]
body:
- type: checkboxes
id: existing-issue
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the updates you want to make.
options:
- label: I have searched the existing issues
required: true

- type: textarea
id: issue-description
attributes:
label: Issue Description
description: Please provide a clear description of the documentation update you are suggesting.
placeholder: Describe the improvement or correction you'd like to see in the documentation.
validations:
required: true

- type: textarea
id: suggested-change
attributes:
label: Suggested Change
description: Provide details of the proposed change to the documentation.
placeholder: Explain how the documentation should be updated or corrected.
validations:
required: true

- type: textarea
id: rationale
attributes:
label: Rationale
description: Why is this documentation update necessary or beneficial?
placeholder: Explain the importance or reasoning behind the suggested change.
validations:
required: false

- type: dropdown
id: urgency
attributes:
label: Urgency
description: How urgently do you believe this documentation update is needed?
options:
- High
- Medium
- Low
default: 0
validations:
required: true

- type: checkboxes
id: terms
attributes:
label: Acknowledgements
description: Ensure you have read and agree to the project's guidelines.
options:
- label: I'm a GSSOC'24-Extd contributor
- label: I'm a Hacktoberfest contributor
- label: 'I am willing to work on this issue (optional)'
required: false

66 changes: 66 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
name: Enhancement Request 🧑‍💻
description: Submit your enhancement requests for review.
title: '🧑‍💻: '
labels: ["Up-for-Grabs ✋", "enhancement 🧑‍💻"]
assignees:
- ''

body:
- type: textarea
id: enhancement-title
attributes:
label: Title
placeholder: Enter the title of your enhancement request here.
validations:
required: true

- type: textarea
id: enhancement-aim
attributes:
label: Enhancement Aim
placeholder: Describe the aim of the enhancement.
validations:
required: true

- type: textarea
id: changes
attributes:
label: Changes
placeholder: Enlist those changes you want to make.
validations:
required: true

- type: textarea
id: screenshots
attributes:
label: Screenshots 📷
placeholder: Write N/A if not available.
validations:
required: false

- type: textarea
id: full-name
attributes:
label: Full Name
placeholder: Enter your full name here.
validations:
required: true

- type: textarea
id: participant-role
attributes:
label: Participant Role
placeholder: Enter your participant role here (e.g., GSSOC, Hacktoberfest).
validations:
required: true


- type: checkboxes
id: guidelines
attributes:
label: Guidelines
options:
- label: "I have read the guidelines"
required: true
- label: "I have the link to my latest merged PR"
required: false
82 changes: 82 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
#### Issue Title
**Please enter the title of the issue related to your pull request.**
*Enter the issue title here-*

- [ ] I have provided the issue title.

---

#### Info about the Related Issue
**What's the goal of the project?**
*Describe the aim of the project-*

- [ ] I have described the aim of the project.

---

#### Name
**Please mention your name.**
*Enter your name here-*

- [ ] I have provided my name.

---

#### GitHub ID
**Please mention your GitHub ID.**
*Enter your GitHub ID here-*

- [ ] I have provided my GitHub ID.

---

#### Identify Yourself
**Mention in which program you are contributing (e.g., WoB, GSSOC, SSOC, Hactoberfest).**
*Enter your participant role here-*

- [ ] I have mentioned my participant role.

---

#### Closes
**Enter the issue number that will be closed through this PR.**
*Closes: #issue-number*

- [ ] I have provided the issue number.

---

#### Describe the Add-ons or Changes You've Made
**Give a clear description of what you have added or modified.**
*Describe your changes here-*

- [ ] I have described my changes.

---

#### Type of Change
**Select the type of change:**
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Code style update (formatting, local variables)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update

---

#### How Has This Been Tested?
**Describe how your changes have been tested.**
*Describe your testing process here.*

- [ ] I have described my testing process.

---

#### Checklist
**Please confirm the following:**
- [ ] My code follows the guidelines of this project.
- [ ] I have performed a self-review of my own code.
- [ ] I have commented my code, particularly wherever it was hard to understand.
- [ ] I have made corresponding changes to the documentation.
- [ ] My changes generate no new warnings.
- [ ] I have added things that prove my fix is effective or that my feature works.
9 changes: 7 additions & 2 deletions PROJECT_STRUCTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
│ ├── Newsletter.png
│ ├── avatar.png
│ ├── avatar1.png
│ ├── certi 1.svg
│ ├── certi 2.svg
│ ├── certi 3.svg
│ ├── certi 4.png
│ ├── certi 5.png
│ ├── dev1.jpeg
│ ├── dev2.jpeg
│ ├── dev3.jpeg
Expand Down Expand Up @@ -66,6 +71,8 @@
│ │ │ │ └── page.jsx
│ │ │ ├── AddHackathon/
│ │ │ │ └── page.jsx
│ │ │ ├── Certifications/
│ │ │ │ └── page.jsx
│ │ │ ├── Chapters/
│ │ │ │ └── page.jsx
│ │ │ ├── Events/
Expand Down Expand Up @@ -133,8 +140,6 @@
│ │ │ │ │ └── page.jsx
│ │ │ │ ├── opportunities.js
│ │ │ │ └── page.jsx
│ │ │ ├── certifications/
│ │ │ │ └── page.jsx
│ │ │ ├── devStudent/
│ │ │ │ └── page.jsx
│ │ │ ├── devprod/
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
**This project is now OFFICIALLY accepted for**
---

<div align="center">
<img src="https://github.com/user-attachments/assets/349f039e-8ecc-42da-863f-00c4fc531d39" alt="GirlScript Summer of Code" style="width:60%; margin-bottom: 20px;" />
<img src="https://github.com/user-attachments/assets/352ba700-4f8d-45cc-87e4-86fc569a2c78" alt="Hacktoberfest" style="width:60%;" />
</div>

# GDG RCCIIT Website 🚀

![image](https://github.com/user-attachments/assets/bba5659e-5d29-464a-ad33-63b7a2e9bd55)
Expand Down
12 changes: 3 additions & 9 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -639,8 +639,7 @@
"youtubeLink": "https://www.youtube.com/watch?v=3N1Cg7nM3Bg"
}
],
"events": {
"finished": [
"events": [
{
"id": "1",
"title": "Tech for Good Hackathon",
Expand Down Expand Up @@ -676,9 +675,7 @@
"status": "finished",
"organizers": ["GDSC RCCIIT"],
"participants": 50
}
],
"ongoing": [
},
{
"id": "3",
"title": "AI & ML Workshop",
Expand All @@ -691,9 +688,7 @@
"status": "ongoing",
"organizers": ["GDSC RCCIIT"],
"participants": 80
}
],
"upcoming": [
},
{
"id": "4",
"title": "Cloud Computing Seminar",
Expand Down Expand Up @@ -723,5 +718,4 @@
"participants": 0
}
]
}
}
Loading

0 comments on commit 6d51bdb

Please sign in to comment.