-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Feature: Add link to lesson commit history #4570
Feature: Add link to lesson commit history #4570
Conversation
For QA
|
Great stuff @MaoShizhong! love the problem description 🤌. I've seen this catch learners out time and time again and think this is a great solution for it. Would this lose much of its usefulness if we dropped the date and just had "Change log"? Theres a couple of reasons why I think the date could potentially cause us problems:
If you think including the date is absolutely necessary, thats good enough for me. But it's worth considering if its more trouble than its worth. |
@KevinMulhern Thanks for the further insights! But given what you said about things that could affect the date shown, I think it makes sense that we go with just the changelog link for now. If we feel adding the date in is really vital, we can look into a more accurate way of doing so, like with the |
Thanks @MaoShizhong, I can definitely see where you're coming from. Going with the simplest version for now and enhancing with the date if needed later sounds very reasonable. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! thanks @MaoShizhong 🚀
Because
It would be good to see when a lesson was last updated and go directly to the lesson's commit history to see the changelog, directly from the lesson page itself. This should help alleviate some confusion when something in the lesson changes when someone is midway through - they'll now be able to see that it was changed and find out what the change was, without having to go to GitHub of their own accord and navigate through the files to find out.
This PR
Issue
Closes #XXXXX
Additional Information
Pull Request Requirements
keyword: brief description of change
format, using one of the following keywords:Feature
- adds new or amends existing user-facing behaviorChore
- changes that have no user-facing value, refactors, dependency bumps, etcFix
- bug fixesBecause
section summarizes the reason for this PRThis PR
section has a bullet point list describing the changes in this PRIssue
section