- Do Not Delete README.md You can Improve the readability of the document
+ Update data.json file with your info
{
"data": [
{
"name": "Abin Joseph",
"github": "https://github.com/abjs",
"college": "KMEA",
"department": "computer science and engineering"
}
+ ,
+ {
+ "name": "user name",
+ "github": "git hub profile link",
+ "college":" college name",
+ "department": "department"
+ }
+
]
}
To format json and md file run the following commands from project folder before you make pull request
yarn / npm install
yarn format / npm run format