Skip to content
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

Added an exercise/top tips for collaboration #273

Merged
merged 4 commits into from
Sep 20, 2023
Merged

Added an exercise/top tips for collaboration #273

merged 4 commits into from
Sep 20, 2023

Conversation

anenadic
Copy link
Collaborator

@anenadic anenadic commented Sep 14, 2023

Added a 20 minute exercise to reflect on best practices for collaborating on a lesson development project. This means we need to check if this addition fits within the schedule or something needs to be cut down.

Fixes #233.

Noticed some issue with lists within solution div not being renderred as expected. Bullet point lists without a empty like between points is renderred as one big block of text. Numbered lists are not showing numbers. Maybe it is just me missing some knowledge.

@anenadic anenadic requested a review from tobyhodges September 14, 2023 07:52
@github-actions
Copy link

github-actions bot commented Sep 14, 2023

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:

  • 🎯 correct output
  • 🖼️ correct figures
  • ❓ new warnings
  • ‼️ new errors

Rendered Changes

🔍 Inspect the changes: https://github.com/carpentries/lesson-development-training/compare/md-outputs..md-outputs-PR-273

The following changes were observed in the rendered markdown documents:

 md5sum.txt  |  2 +-
 wrap-up3.md | 47 ++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 47 insertions(+), 2 deletions(-)
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 2023-09-19 13:49:10 +0000

github-actions bot pushed a commit that referenced this pull request Sep 14, 2023
@anenadic
Copy link
Collaborator Author

Tagging @jt14den to check/review this too as it was his suggestion to include some kinds of top tips.

@anenadic anenadic requested a review from sstevens2 September 14, 2023 08:09
episodes/wrap-up3.md Outdated Show resolved Hide resolved
github-actions bot pushed a commit that referenced this pull request Sep 14, 2023
@sstevens2
Copy link
Collaborator

sstevens2 commented Sep 17, 2023

Will review shortly. I've had issues with numbered/bulleted lists in that they require a blank line before they start so something like

This list contains 3 things...
1. item 1
2. item 2
3. item 3

Would not work but...

This list contains 3 items...

1. item 1
2. item 2
3. item 3

does render.

I've not seen this issue with solution block lists though. Curious, what happens if you force break the lines with extra spaces at the end?

Copy link
Collaborator

@sstevens2 sstevens2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like a wonderful addition @anenadic!

I've left a couple of small comments and a suggestion for some rearrangement of the end challenge.
As for time, perhaps the updates you made to the collaboration section with the removal of the project boards will make time already? Would love to hear what others think.

episodes/wrap-up3.md Outdated Show resolved Hide resolved
episodes/wrap-up3.md Outdated Show resolved Hide resolved
episodes/wrap-up3.md Outdated Show resolved Hide resolved
@anenadic
Copy link
Collaborator Author

Will review shortly. I've had issues with numbered/bulleted lists in that they require a blank line before they start so something like

This list contains 3 things...
1. item 1
2. item 2
3. item 3

Would not work but...

This list contains 3 items...

1. item 1
2. item 2
3. item 3

does render.

I've not seen this issue with solution block lists though. Curious, what happens if you force break the lines with extra spaces at the end?

Will try- thank you!

Copy link
Member

@tobyhodges tobyhodges left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree with @sstevens2's assessment.

In the medium term, I believe it could be better to move this set of tips earlier in the curriculum, as an introduction to the Collaboration Skills episodes, and follow it with some specific demonstrations and deeper dives as needed for each item. (This is what I meant in #233 (comment) though my explanation was not very clear.) But for now, I think it is good in the wrap-up.

episodes/wrap-up3.md Outdated Show resolved Hide resolved
episodes/wrap-up3.md Outdated Show resolved Hide resolved
episodes/wrap-up3.md Outdated Show resolved Hide resolved
Co-authored-by: Toby Hodges <[email protected]>
github-actions bot pushed a commit that referenced this pull request Sep 18, 2023
@anenadic
Copy link
Collaborator Author

anenadic commented Sep 19, 2023

Will review shortly. I've had issues with numbered/bulleted lists in that they require a blank line before they start so something like

This list contains 3 things...
1. item 1
2. item 2
3. item 3

Would not work but...

This list contains 3 items...

1. item 1
2. item 2
3. item 3

does render.
I've not seen this issue with solution block lists though. Curious, what happens if you force break the lines with extra spaces at the end?

Will try- thank you!

Even with @tobyhodges's fix for the list - it still did not render nicely for me within the solution block. Since we moved the list out of the solution block, this is now a non-issue for us but I'll mention it on the lesson template repo.

Copy link
Collaborator Author

@anenadic anenadic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hopefully have addressed all the requested changes via 35e6912. Re-requesting review @sstevens2 @tobyhodges .

github-actions bot pushed a commit that referenced this pull request Sep 19, 2023
@anenadic
Copy link
Collaborator Author

anenadic commented Sep 19, 2023

I cannot merge this PR for some reason - it appears some requested changes by @sstevens2 have not been addressed but when I try to see what they are and to address them - they appear as already resolved. Have you seen this @tobyhodges ? Think Sarah may need to approve/re-approve this.

image

@tobyhodges
Copy link
Member

That's right: because she requested changes, @sstevens2 must re-review before this can be merged

Copy link
Collaborator

@sstevens2 sstevens2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! Thanks Aleks!

@sstevens2 sstevens2 merged commit ebf6d61 into main Sep 20, 2023
github-actions bot pushed a commit that referenced this pull request Sep 20, 2023
Auto-generated via {sandpaper}
Source  : ebf6d61
Branch  : main
Author  : Sarah Stevens <[email protected]>
Time    : 2023-09-20 19:03:43 +0000
Message : Merge pull request #273 from carpentries/issue-233

Added an exercise/top tips for collaboration
github-actions bot pushed a commit that referenced this pull request Sep 20, 2023
Auto-generated via {sandpaper}
Source  : e1a7bf3
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2023-09-20 19:05:07 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : ebf6d61
Branch  : main
Author  : Sarah Stevens <[email protected]>
Time    : 2023-09-20 19:03:43 +0000
Message : Merge pull request #273 from carpentries/issue-233

Added an exercise/top tips for collaboration
github-actions bot pushed a commit that referenced this pull request Sep 26, 2023
Auto-generated via {sandpaper}
Source  : e1a7bf3
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2023-09-20 19:05:07 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : ebf6d61
Branch  : main
Author  : Sarah Stevens <[email protected]>
Time    : 2023-09-20 19:03:43 +0000
Message : Merge pull request #273 from carpentries/issue-233

Added an exercise/top tips for collaboration
@tobyhodges tobyhodges deleted the issue-233 branch February 15, 2024 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Condense collaboration recommendations
3 participants