Giter Club home page Giter Club logo

members-list's Introduction

DSC FUNAAB website members list

Members list for the dsc funaab website

Getting Started

This repository contains the list of all members of DSC FUNAAB . In order to add your name to the list you must follow the instructions below carefully . If you make a mistake and mess the list up , this is git , we will catch you and deal with you ( Lol just kidding ) . Seriously though , please do not mess anything up .

Prerequisites

  1. Basic knowedge of json syntax . Not needed though , if you follow the instructions carefully , you would do fine .

  2. Basic knowledge of git .

!!!! INSTRUCTIONS !!!

Alright , so firstly you would have to fork this repository . After doing that , you edit the members-list.json file as such ;

The file contains a json object which houses the information of the members . You should see something like this

{
	   "Ademola Abisayo Paul":{
	   	  "name": "Ademola Abisayo Paul",
	      "twitter":"sayo_paul",
	      "github":"sayopaul"
	   }
 }

To add your name , use the following template and fill in your information appropriately . Please do note that you must put a comma before the previous entry before you put your own . For example , this is wrong

{
	   "Ademola Abisayo Paul":{
	   	  "name": "Ademola Abisayo Paul",
	      "twitter":"sayo_paul",
	      "github":"sayopaul"
	   } //notice that there is no comma here 
	   "Your Name Here":{
	   	"name":"Your full name here",
		"twitter":"your twitter handle/username here",
		"github":"your github username here"
		}
}

and this on the other hand is correct

{
	   "Ademola Abisayo Paul":{
	      "twitter":"sayo_paul",
	      "github":"sayopaul"
	   }, 
	   "Your Name Here":{
	   	"name":"Your full name here",
		"twitter":"your twitter handle/username here",
		"github":"your github username here"
		}
}

When you are done , submit a pull request and we'll merge if you did it right .

I would say good luck , but since we are FUNAABites , permit me to say ;

All the very best for you oo

If you don't understand anything here , ask on the group or search Google ( it's how we all learn new stuff ) .

members-list's People

Contributors

sayopaul avatar bosunski avatar abbyjoe avatar g-oracle avatar haksoat avatar khaulat avatar timibadass avatar

Watchers

James Cloos avatar

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.