fix(curriculum): audit editable regions in tech conference schedule workshop#67779
Merged
majestic-owl448 merged 3 commits intoJun 3, 2026
Conversation
This comment was marked as off-topic.
This comment was marked as off-topic.
Member
|
Hey @jimjoice2804 at this point there's no need to update PR branch with new changes from |
Contributor
Author
|
@gikf Thanks for the clarification. I’ll avoid updating the PR branch unless there are merge conflicts or a maintainer asks for changes. |
…schedule/68c34329d430583a6cd5f7f1.md Co-authored-by: majestic-owl448 <26656284+majestic-owl448@users.noreply.github.com> Signed-off-by: Jimmy Joice <89591724+jimjoice2804@users.noreply.github.com>
majestic-owl448
approved these changes
Jun 3, 2026
Contributor
majestic-owl448
left a comment
There was a problem hiding this comment.
Thank you for your contribution to the page! 👍
We are happy to accept these changes and look forward to future contributions. 🎉
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist:
mainbranch of freeCodeCamp.Refs #67721
Why I made this change
For new learners, it is better to keep the editable region as small and focused as possible. The previous editable region included
<thead>and<tr>, but campers only need to edit the table header content.Before 👇🏼
After 👇🏼