+-------------------------------+
| Version: Franç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.
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.
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.
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>/tweets
Create a branch for the task1
git branch -M myTweet
git checkout myTweet
After that, follow the steps below.
Step 1: Head over to our Twitter Account
Step 2: - Make your changes. Create a file in archives/2023/tweets/ (filename = <your-github-username>.json)
- List any GDSC UY1 tweet that interests you, It should respect the format:
{
"name": "Enter your name",
"url": "Link to Tweet"
}
Step 3: Take a screenshot of the post and upload it in the "pictures" directory, It should saved with the same filename as above (filename = <your-github-username>.json).
Step 4: Commit the changes made and push
git commit -m "feat: Added the favourite tweet of <username>"
git push origin myTweet
Come back to our github repo here and do a pull request.