Setup your Metamask as demonstrated in the work-shop. And request faucet from Rinkeby
Your task is to create a folder named in the root directory. In that folder, you have to create .json
{
"address" : "your-public-key",
"transaction-link": "https://rinkeby.etherscan.io/tx/<txn-hash>",
"name" : "Your-name",
"username" : "github-username",
"roll number" : "your-rollnumber"
}
You also have to add the snapshot of that transaction from Etherscan in the same folder.
sample snapshot
Make sure to follow the PR-template. Your PR should look like this.