- Each of the mentees has to create branch for each of the issues which will be later merged into the main branch
- When a group of issues are made, some issues might be much easier than others. The mentees are expected to take the issues such that the total load for the week is approx same for both the mentees
It is highly recommended that the commit message is written seriously. It doesnt have to be elaborate, but any information that can help to understand the commit should be given in the commit message.
It might become difficult for understanding how the routes are working in frontend and backend. therefore, We will be adding sections regarding the how the routes will be working
Example for the login page and signup page the api design will look somthing like this
/
└── api/
├── login/
└── signup
Adding the routes of pages here as they are made