-
Notifications
You must be signed in to change notification settings - Fork 6
Jan '26 Hot Fix updates #118
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
Closed
Closed
Conversation
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
**Pull Request Description** - Updates the devcontainer and pretext versions. This became necessary to do a full build with templates. - Updates matching problems to use `<cardsort>` instead of `<matches>` which has been deprecated. - Updated a Parson's problem that applied `order` to the `block` (deprecated) so that it was applied to the `premise`. Closes #115 --- **Licensing Certification** GitKit is a [Free Cultural Work](https://freedomdefined.org/Definition) and all accepted contributions are licensed as described in the LICENSE.md file. This requires that the contributor holds the rights to do so. By submitting this pull request **I certify that I satisfy the terms of the [Developer Certificate of Origin](https://developercertificate.org/)** for its contents. --------- Co-authored-by: Oscar Levin <[email protected]>
…1 and 2.2.2. (#105) **Pull Request Description** Adds descriptions of the FOSS Community Principles and FOSS Community Roles to the speaker notes in chapter 2 and links to those slides in sections 2.2.1 and 2.2.2 that contain the questions about the principles and roles. Closes #66 --- **Licensing Certification** GitKit is a [Free Cultural Work](https://freedomdefined.org/Definition) and all accepted contributions are licensed as described in the LICENSE.md file. This requires that the contributor holds the rights to do so. By submitting this pull request **I certify that I satisfy the terms of the [Developer Certificate of Origin](https://developercertificate.org/)** for its contents.
**Pull Request Description** In creating this PR the regex used for all of the short answer questions in the text were reviewed. They were (mostly) revised to accept correct (or likely to be correct) answers and provide a single feedback for all unaccepted answers that provide suggestions on what to check. This provides more uniform behavior and a more consistent feel to these questions across the text. Closes #12 --- **Licensing Certification** GitKit is a [Free Cultural Work](https://freedomdefined.org/Definition) and all accepted contributions are licensed as described in the LICENSE.md file. This requires that the contributor holds the rights to do so. By submitting this pull request **I certify that I satisfy the terms of the [Developer Certificate of Origin](https://developercertificate.org/)** for its contents.
**Pull Request Description** Fixes #63 replacing clickable areas with multiple choice/selection questions. Feedback for correct and incorrect answers has also been added. Closes #63 --- **Licensing Certification** GitKit is a [Free Cultural Work](https://freedomdefined.org/Definition) and all accepted contributions are licensed as described in the LICENSE.md file. This requires that the contributor holds the rights to do so. By submitting this pull request **I certify that I satisfy the terms of the [Developer Certificate of Origin](https://developercertificate.org/)** for its contents.
**Pull Request Description** Capitalizes Git anytime it is not used in a command (e.g. `git status`). Closes #55 --- **Licensing Certification** GitKit is a [Free Cultural Work](https://freedomdefined.org/Definition) and all accepted contributions are licensed as described in the LICENSE.md file. This requires that the contributor holds the rights to do so. By submitting this pull request **I certify that I satisfy the terms of the [Developer Certificate of Origin](https://developercertificate.org/)** for its contents.
Contributor
Author
|
For some reason this PR was not allowed to merge or rebase. We want to keep the individual commits from the staging branch so we need one of those options. Closed it to try to create a new one after enabling the rebase merge option for the repo and see if that helps. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Pull Request Description
This PR is for a staging branch with all of the hot-fix changes from Jan '26.
Closes Update deprecated elements in text #115
<cardsort>instead of<matches>which has been deprecated.orderto theblock(deprecated) so that it was applied to thepremise.Closes CH 2 - Expand definitions of FOSS Principles and Roles in Slides and link to them in text #66
Roles to the speaker notes in the chapter 2 slides.
Closes Refine regex's to give better feedback on common errors #12
Closes CH 2 - Revise clickable area questions 2.2.1.1 and 2.2.2.1 #63
questions and improved the hints and feedback for correct and incorrect answers.
Closes Consistent capitalization of Git / GitHub in GitKit 2nd Edition #55
git status).Closes #117
Licensing Certification
GitKit is a Free Cultural Work and all accepted contributions are licensed as described in the LICENSE.md file. This requires that the contributor holds the rights to do so. By submitting this pull request I certify that I satisfy the terms of the Developer Certificate of
Origin for its contents.