Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 728 Bytes

RULES.md

File metadata and controls

21 lines (16 loc) · 728 Bytes

Rules to check before opening a pull request


  • Make sure you enter your information in data.json file

    EXAMPLE :
    
      "<YOUR_USERNAME>" : {
          "profile_pic" : "<Your profile picture URL>"
          "instagram" : "<YOUR HANDLE>",
          "whatsapp" : "", #leave it blank if you don't need the field
      }
    
  • Check if the username is already used in data.json

  • Each pull request MUST ONLY contain ONE ENTRY.

  • Give a short descriptive commit title. Eg. Updated File ❌, Added data in file, Fixed Typos, Added Documentaion

  • Pull requests must be having a similar descriptive title.

That's it! Wait for the PR to be reviewed and merged into the repository.