MozLNMIIT / LNMHacks-2.0

Front-end of this website
https://mozlnmiit.github.io/LNMHacks-2.0/
3 stars 43 forks source link
csi hackathon hackoctoberfest2k17 hacktoberfest ieee improvements

Join the chat

LNMHacks-2.0

  1. About
  2. Getting Started with Contributing
  3. Tracks
  4. Clubs and Community Partners

1. About

"Where your crazy ideas will become reality"

2. Getting Started with Contributing:

2.1. After forking the project, git clone this repository onto your local environment:

   git clone https://github.com/MozLNMIIT/LNMHacks-2.0.git

2.2. switch to the cloned project directory:

   cd LNMHacks-2.0

2.3. Create a separate Git branch

   git branch <your_new_branch_name>

2.4. Git checkout your branch

   git checkout <your_new_branch_name>

2.5. Open up the project in your favorite code editor (e.g. Sublime Text 3,Atom etc).

2.6. Make your changes.

2.7. Git add and commit your changes.

   git add <file_name>
   git commit -m <insert_commit_comment>

2.8. Git push your changes as well as your new branch.

   git push -u origin <your_branch_name>

2.9. Go to the GitHub repository and submit a Pull Request.

3. Tracks

4. Clubs and Community Partners