We're a web developer community based out of Hyderabad, India. We organize meetups every weekend and help our members learn web development. This repo hosts our GitHub site, which is still under construction.
- Follow the instructions on this Installing Git guide to install Git on your system.
- Fork the project into your account and clone it locally
# Get the latest snapshot
git clone https://github.com/fcc-hyd/fcc-hyd.github.io.git fcc-hyd
# Change directory
cd fcc-hyd- Create a branch specific to the issue or feature
- Make some changes to the code, add them to the staging area and commit them
- Squash your commits
- Submit a pull request
- Open index.html in members folder
- Add new list item with your details
- Create new folder with your GitHub username. Copy index.html from any of the other member folders. Paste the index.html in the folder you just created and edit it with your details
- Commit the changes
- Push to your fork and send a pull request