- Do Not Delete README.md You can Improve the readability of the document
+ Update review.json file with your reviewThis is a repository to give review for hack club kmea. You can see the review from the website once it is successfully merged
{
"data": [
{
"name": "Abin Joseph",
"github": "https://github.com/abjs",
"review": "Hack club kmea is the one of the active club in kmea"
}
+ ,
+ {
+ "name": "[ Your Name ]",
+ "github": "https://github.com/[ User Github Name]",
+ "review": "[your review ]"
+ }
]
}
To Check json File Is Valid Goto
To format json and md file run the following commands from the project folder before creating a pull request
-
yarn / npm install
-
yarn format / npm run format