Welcome to DevSphere! This repository is designed for students and beginner developers to showcase their web development projects and collaborate with others. If you're new to open source, don’t worry! This guide will help you contribute in just a few simple steps.
Stars | 🍴 Forks | Issues | Open PRs | Closed PRs |
Event Logo | Event Name | Event Description |
---|---|---|
Social Winter of Code Season-5 (SWOC) 2024-2025 | Social Winter Of Code is the 2 month long open source program, with the aim to introduce more and more people to the world of Open source. In this program all the selected participants will get a chance to work on various exciting projects under the guidance of experienced Mentors. |
HTML5 structures the website's content, enabling modern multimedia support and semantic layout.
JavaScript adds interactivity, making the site dynamic with features like form validation and real-time content updates.
CSS3 styles the website, enhancing its appearance and ensuring an adaptive layout.
To contribute to the Devsphere repository, follow these steps:
-
Fork the Repository: Click on the "Fork" button on the repository's GitHub page to create a copy of the repository in your GitHub account.
-
Clone the repository: Clone the forked repository to your local machine using the following command in your terminal.
git clone https://github.com/<your-github-username>/DevSphere
-
Add a remote upstream:
git remote add upstream https://github.com/original-owner-username/DevSphere
-
Create a new branch: Create a new branch for your changes. Run the following command in your terminal.
git checkout -b <your-project-name>
-
Make the desired changes: Make your own changes to the source code OR Make your own project.
-
Add your changes: Add your changes to the staging area. Run the following command in your terminal.
git add .
-
Commit your changes: Commit your changes with a meaningful commit message. Run the following command in your terminal.
git commit -m "<your-commit-message>"
-
Push your changes: Push your changes to your forked repository. Run the following command in your terminal
git push origin <your-project-name>
-
Create a Pull Request: Go to the GitHub page of your forked repository. You should see a prompt to create a pull request (PR). Click on it, compare the changes, and create the PR.
We are committed to fostering a welcoming and inclusive environment for everyone. All contributors and participants are expected to uphold the following values:
- Be respectful of different viewpoints and experiences.
- Show empathy toward others.
- Use inclusive language.