-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
# Normalize roll number to ensure uniformity #10
base: main
Are you sure you want to change the base?
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.