Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
uekerman committed Oct 15, 2024
1 parent c719eb7 commit 17d9728
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
9 changes: 7 additions & 2 deletions 00_organization/challenge_intro_slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ slideOptions:
.reveal section h2 {
color: orange;
}
.reveal section h3 {
color: orange;
text-align: left;
}
.reveal code {
font-family: 'Ubuntu Mono';
color: orange;
Expand All @@ -37,13 +41,14 @@ slideOptions:

---

## Schedule
## The Challenge

- Contribute something small (but not trivial) to a large-scale open-source simulation software (*"good first issue"*)
- Examples: feature, tutorial, documentation, new packaging, bugfix, ...
- Run through complete cycle (issue, discussion, PR, review, merge)

**Timeline**
### Timeline

1. Pick a software (till **Oct 23**, evening)
2. Present the software: how you got it, what are main features, some tutorials you did, ... (**Nov 6**)
3. Present *"RSE infrastructure"* of the software: Which CI / documentation / building / git workflow ... does it use? How do contributions work? (**Dec 11**)
Expand Down
7 changes: 6 additions & 1 deletion 00_organization/course_intro_slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ slideOptions:
.reveal section h2 {
color: orange;
}
.reveal section h3 {
color: orange;
text-align: left;
}
.reveal code {
font-family: 'Ubuntu Mono';
color: orange;
Expand Down Expand Up @@ -146,7 +150,8 @@ Two parallel branches:
- Examples: feature, tutorial, documentation, new packaging, bugfix, ...
- Run through complete cycle (issue, discussion, PR, review, merge)

**Timeline**
### Timeline

1. Pick a software (till **Oct 23**, evening)
2. Present the software: how you got it, what are main features, some tutorials you did, ... (**Nov 6**)
3. Present *"RSE infrastructure"* of the software: Which CI / documentation / building / git workflow ... does it use? How do contributions work? (**Dec 11**)
Expand Down

0 comments on commit 17d9728

Please sign in to comment.