Code Monkey home page Code Monkey logo

hackbook's Introduction

HacktoberFest-2021 ๐Ÿ†

About Hacktoberfest


Hackbook

OCT 8, 2021

Hi hackers!

Looking for more ways to support the Community? Here are a few ideas:

๐Ÿ‘ฉโ€๐Ÿ’ป Continue providing feedback on pull requests to help other hackers get their pull request ready to merge. We appreciate your help and love seeing the magic of social coding.

๐Ÿ“ช Have patience. Our team is working hard to get through your pull requests and provide everyone with the feedback needed to join the event. GitHub Actions saved our team an enormous amount of time managing reviews this year but, as much as we love our automations, this is still a manual process to ensure the Code of Conduct is followed and the event can be enjoyed by all.

Techhub-Hackbook

This repository contains the Hackbook. By issuing a pull request to this repository, you can request to be added to the Contributors.

Disclaimer ๐Ÿ‘€

Consider that all the information that you add to this repository will be publicly available.

  • If you don't feel comfortable with displaying your full name, you can include a short name or nickname instead.

How to Setup

1. Fork it ๐Ÿด

You can get your own fork/copy of Hackbook by using the Fork button on top-right of your screen.

2. Clone it ๐Ÿ‘ฅ

NOTE: commands are to be executed on Linux, Mac, and Windows(using Powershell)

You need to clone (download) it to local machine using

$ git clone https://github.com/techhub-community/Hackbook.git

This makes a local copy of the repository in your machine. Once you have cloned the Hackbook repository in Github, move to that folder first using change directory command on Linux, Mac, and Windows(PowerShell to be used).

# This will change directory to a folder Hackbook
$ cd Hackbook

Move to this folder for all other commands.

3. Set it up โฌ†๏ธ

Run the following commands to see that your local copy has a reference to your forked remote repository in Github :octocat:

$ git remote -v
origin  https://github.com/Your_Username/Hackbook.git (fetch)
origin  https://github.com/Your_Username/Hackbook.git (push)

Now, let's add a reference to the original Hackbook repository using

$ git remote add upstream https://github.com/techhub-community/Hackbook.git

This adds a new remote named upstream. See the changes using

$ git remote -v
origin    https://github.com/Your_Username/Hackbook.git (fetch)
origin    https://github.com/Your_Username/Hackbook.git (push)
upstream  https://github.com/Remote_Username/Hackbook.git (fetch)
upstream  https://github.com/Remote_Username/Hacktbook.git (push)

How to join the list

Add yourself to Hackbook ๐Ÿซ

Replace <YOUR-USERNAME> with your GitHub username in this guide.

First, create the folder _data/YOUR-USERNAME/

Fork this repository, create a new folder inside the _data folder, and name it with your username. It should look something like this _data/<YOUR-USERNAME>/. Ex.

_data/MonaTheOctocat/

Second, add your profile information

Create a markdown file in your folder following the convention <YOUR-USERNAME>.md. Ex.

_data/MonaTheOctocat/MonaTheOctocat.md

Copy the next template into your file, delete the boilerplate data and fill the information with yours.

"name": "FULLNAME-OR-NICKNAME", # No longer than 28 characters
"quote": "YOUR-SENIOR-QUOTE", # no longer than 100 characters
"tech_stack": "YOUR-TECH-STACK" # mention any one or two skills only.

Do not use special characters in the template above.

Third, submit your Pull Request

Go through the checklist on the pull request template to guarantee your submission is valid. The Techhub team will review your application, approve and merge your submission if everything is correct. Otherwise, you will get notified of the changes requested in the pull request comment section.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.