Skip to content

Android-Club-VITC/leaderboard-web-part

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeaderBoard Web part for Android Club

Contribution Instructions

  1. Clone the repository
  2. Create a new branch from the original following nomenclature of username/label/issue-name
  3. Example- git checkout -b neeleshrj/component/top-bar
  4. Run the command npm i inside the folder where you cloned to install all the necessary node modules
  5. Work on your issue -> commit -> push
  6. Send a Pull Request to be reviewed and worked upon
Note 1: Only create Functional components, don't create class based components.
Note 2: Please work only on the file required for the issue, any changes done in other files can cause merge conflicts.
Note 3: After testing out your component/screen/feature in App.js, revert App.js to original state.