Conversation
It was rendering as a second copy of the objectives panel.
Thank you!Thank you for your pull request 😃 🤖 This automated message can help you check the rendered files in your submission for clarity. If you have any questions, please feel free to open an issue in {sandpaper}. If you have files that automatically render output (e.g. R Markdown), then you should check for the following:
Rendered Changes🔍 Inspect the changes: https://github.com/ImperialCollegeLondon/rse_further_git_course/compare/md-outputs..md-outputs-PR-155 The following changes were observed in the rendered markdown documents: What does this mean?If you have source files that require output and figures to be generated (e.g. R Markdown), then it is important to make sure the generated figures and output are reproducible. This output provides a way for you to inspect the output in a diff-friendly manner so that it's easy to see the changes that occur due to new software versions or randomisation. ⏱️ Updated at 2026-01-30 16:05:40 +0000 |
There was a problem hiding this comment.
Pull request overview
This PR addresses several small documentation fixes discovered during course delivery, improving markdown formatting, indentation, and text accuracy across multiple episode files.
Changes:
- Fixed markdown code formatting for GitHub Actions trigger names
- Corrected list item indentation for better readability
- Fixed incorrect block type label from "objectives" to "discussion"
- Corrected spelling error from "you" to "your"
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| episodes/08-continuous_integration.md | Improved markdown code formatting for trigger names and fixed list item indentation |
| episodes/07-managing_contributions.md | Corrected block type label from "objectives" to "discussion" |
| episodes/04-rewriting_history.md | Fixed spelling error "you" to "your" |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
AdrianDAlessandro
left a comment
There was a problem hiding this comment.
Makes sense, one question but it's not related to this PR and shouldn't prevent merging.
| Pull requests are a GitHub feature which allows collaborators tell each other about changes that have been pushed to a branch in a repository. Similar to **issues**, an open pull request can contain discussions about the requested changes and allows collaborators to review proposed amendments and follow-up commits before changes are either rejected or accepted and merged into the base branch. | ||
|
|
||
| :::::::::::::::::::::::::::::::::::::: objectives | ||
| :::::::::::::::::::::::::::::::::::::: discussion |
There was a problem hiding this comment.
Makes sense. But I've just noticed when looking at the live version of the notes that it says "Discussion" of "Callout" as the heading for all of these sections. I would be much better if this title was the actual heading we want for these sections. Do we know if this is possible?
There was a problem hiding this comment.
@AdrianDAlessandro from what I can tell, these different sections are created using special tags ( discussion, prereq, challenge etc.) on the respective fenced div.
The actual heading would usually go inside the fenced div, similar to how we write a heading in markdown. So something like:
:::::::::: discussion
## Pull Requests in GitHub
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.
::::::::::As an example, refer the use of challenge tag and its header in this git novice lesson by Software Carpentry.
SaranjeetKaur
left a comment
There was a problem hiding this comment.
Thanks @alexdewar! Looks good.
Auto-generated via `{sandpaper}`
Source : d0ac474
Branch : md-outputs
Author : GitHub Actions <actions@github.com>
Time : 2026-02-03 13:56:44 +0000
Message : markdown source builds
Auto-generated via `{sandpaper}`
Source : 022e6da
Branch : main
Author : Alex Dewar <alexdewar@users.noreply.github.com>
Time : 2026-02-03 13:55:53 +0000
Message : Merge pull request #155 from ImperialCollegeLondon/more-fixes
More small fixes
Auto-generated via `{sandpaper}`
Source : d0ac474
Branch : md-outputs
Author : GitHub Actions <actions@github.com>
Time : 2026-02-03 13:56:44 +0000
Message : markdown source builds
Auto-generated via `{sandpaper}`
Source : 022e6da
Branch : main
Author : Alex Dewar <alexdewar@users.noreply.github.com>
Time : 2026-02-03 13:55:53 +0000
Message : Merge pull request #155 from ImperialCollegeLondon/more-fixes
More small fixes
Auto-generated via `{sandpaper}`
Source : d0ac474
Branch : md-outputs
Author : GitHub Actions <actions@github.com>
Time : 2026-02-03 13:56:44 +0000
Message : markdown source builds
Auto-generated via `{sandpaper}`
Source : 022e6da
Branch : main
Author : Alex Dewar <alexdewar@users.noreply.github.com>
Time : 2026-02-03 13:55:53 +0000
Message : Merge pull request #155 from ImperialCollegeLondon/more-fixes
More small fixes
Auto-generated via `{sandpaper}`
Source : d0ac474
Branch : md-outputs
Author : GitHub Actions <actions@github.com>
Time : 2026-02-03 13:56:44 +0000
Message : markdown source builds
Auto-generated via `{sandpaper}`
Source : 022e6da
Branch : main
Author : Alex Dewar <alexdewar@users.noreply.github.com>
Time : 2026-02-03 13:55:53 +0000
Message : Merge pull request #155 from ImperialCollegeLondon/more-fixes
More small fixes
Here are fixes for a few more small issues that I noticed while delivering the course.