We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, there is no git diff reflecting the deletion of the address field, which may cause confusion for students.
git diff
Without this information, students might be uncertain if they have correctly deleted the address field as required.
Create a commit specifically for deleting the address field and include the corresponding git diff into the guide.
I believe consolidating all the changes into a single commit would be sufficient for this purpose.
The text was updated successfully, but these errors were encountered:
@mfjkri Yes, this could be useful.
Sorry, something went wrong.
Alright I will start working on this
Successfully merging a pull request may close this issue.
Situation
Currently, there is no
git diff
reflecting the deletion of the address field, which may cause confusion for students.Problem
Without this information, students might be uncertain if they have correctly deleted the address field as required.
Proposed Solution
Create a commit specifically for deleting the address field and include the corresponding
git diff
into the guide.I believe consolidating all the changes into a single commit would be sufficient for this purpose.
The text was updated successfully, but these errors were encountered: