Skip to content

How to Contribute?

Kaustubh Kulkarni edited this page Mar 25, 2021 · 1 revision

Contribute

You are welcome to contribute project, To maintain data properly, we accept only contributions that follow the guidelines below, Kindly follow the given guideline

First you will need to fork the project

Adding New Bank

We added all the banks that are listed by RBI on their official website, If you think the bank is not available in this list, then you will need to create an excel file .xlsx format & then upload the by creating a folder named RAW in DATA folder format of Excel Folder must be given below

BANK IFSC MICR BRANCH ADDRESS CITY1 CITY 2 STATE STD CODE2 PHONE
Bank Name IFSC Code MICR BRANCH NAME complete address city district state_name std_code contact

We expect exactly the same columns, Kindly follow in Excel, Please do a spell check before commit.

Adding New Branch

To add any branch of any bank, you need to edit only one file, Open DATA/JSON folder and select bank_name.json and add details in format below in the last line don't forget comma's (,) or inverted commas("), Let's see example

{
   "ADDRESS":"COMPLETE_ADDRESS_OF_BANK",
   "BANK":"BANK_NAME",
   "BANKCODE":"BANK_CODE",
   "BRANCH":"BRANCH_NAME",
   "CENTRE":"CENTER_OF_BANK",
   "CITY":"CITY_OF_BANK",
   "CONTACT":"CONTACT_NUMBER",
   "DISTRICT":"DISTRICT_NAME",
   "IFSC":"IFSC_CODE",
   "IMPS":true/false,
   "MICR":"MICR_CODE",
   "NEFT":true/false,
   "RTGS":true/false,
   "STATE":"STATE_NAME",
   "SWIFT":"SWIFT_CODE",
   "UPI":true/false
}

after making changes you can create a pull request, if everything is following guideline, we will accept your request.

Clone this wiki locally