# Normalize roll number to ensure uniformity#10
Conversation
|
@DeepakSilaych registration related tests seem to be failing, although this is expected since roll numbers now have to be upper-case. Do also modify the test files to reflect the same. |
|
Now this next comment goes for this and the other 2 pending pull requests you have made. You seem to have made all the commits to the same branch, and while the ProjectCard commit was only one commit along this chain, the rest have a lot more code than needed. You will have to create separate branches for each issue, the only alternative being to make one big pull request, but we would rather not have that for many reasons. Here are some instructions on how you can go about this, courtesy of ChatGPT: You can still create separate branches for each issue and push the commits related to each issue to their respective branches. Here are the steps:
By following these steps, you'll have separate branches for each issue with the relevant commits, and you can create individual pull requests for each issue. |
No description provided.