Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

gcsrilanka/openhackday-lk-2021

Repository files navigation

Open Hack Day Sri Lanka

UI/UX Design

This project was bootstrapped with Create React App.

Contributors

Contribution Guide

  1. Fork the repository

  2. Clone the repository

git clone https://github.com/<YOUR_USERNAME>/openhackday-lk.git
  1. Create Feature branch and checkout Replace <BRANCH_NAME> with meaningful name. For an example navbar. See the guide for the more details Link
git checkout -b feature/<BRANCH_NAME>
  1. Do your modifications

  2. Stage Changes and commit

git add .
git commit -m "<Commit message>"
  1. Push Changes
git push --set-upstream origin feature/<BRANCH_NAME>
  1. Make a Pull Request. See the guide for more details Link