/socials

Let's socialise. Contributors are required to add a .json file labelled with their name containing name and their social links eventually.

MIT LicenseMIT

GDSC University Of Yaounde 1 Socials

+-------------------------------+
 |    Version: FrançaiseFrançais (Fr)    |
+-------------------------------+

This is a repository containing the social links of the community members of the Google Developer Student Clubs of the University Of Yaounde 1.

🎃 HacktoberFest 2023 🎃

Hacktoberfest2023

If you came here for Hacktoberfest, you're in the right place 🦇️:

Celebrate Hacktoberfest by getting involved in the open source community by completing some tasks in this project.

What is Hacktoberfest?

HacktoberFest is digitalocean’s annual event that encourages people to contribute to open source throughout october. Much of modern tech infrastructure—including some of digitalocean’s own products—relies on open-source projects built and maintained by passionate people who often don’t have the staff or budgets to do much more than keep the project alive. HacktoberFest is all about giving back to those projects, sharpening skills, and celebrating all things open source, especially the people that make open source so special.

This repository is open to all members of the GitHub community. Any member may contribute to this project without being a collaborator.

How can I contribute?

Contributions There is 1 Task available and each task will be considered as valid by the Hacktoberfest team if properly carried out. Below is the task:

Prerequisite Fork and Make the project available locally. Run the command below for that:

git clone https://github.com/<your-github-username>/socials.git

Create a branch for the task as follows:

    git branch -M mySocials

    git checkout mySocials

After that, follow the steps below.
Step 1: Head over to our twitter, linkedIn, GitHub and any other of tour social accounts
Step 2: Copy the links to these accounts
Step 3:

  • Make your changes. Create a file in archives/2023 (filename = <your-githubu-sername>.json)
  • Add your details following the example below. You might not be able to add all kind of socials but add what you can.
  • Respect the Json formatting
    [
      {
        "name": "your_name",
        "linkedIn": "https://linkedin.com/in/username",
        "github": "https://github.com/username",
        "twitter": "https://twitter.com/yokwejuste"
        "...": "..."
      }
    ]
  • Or view a practical example.

Step 4: Commit the change made and push

   git add .
   
   git commit -m "feat: added <username> socials"

   git push origin mySocials

Come back to our github repo here and do a pull request.

open a pull request

Submission

To submit your task, create a pull request to this repository. You can find more information about how to create a pull request here.

  • Create a new pull request from your forked repository (Click the New Pull Request tab located at the top of your repo). Make sure to compare across forks, then select this repository as target

  • Add reviewers(optional)

  • Wait for your pull request review and merge approval!

  • Please STAR this repository if you had fun!

  • Hurraayyy!! ... You're Done!

Collaborators

Contributors