Skip to content

Commit 7cf14a5

Browse files
committed
Add list of PRs to review to Java Track
Also a brief overview
1 parent 49a839d commit 7cf14a5

3 files changed

Lines changed: 16 additions & 0 deletions

File tree

org-cyf-theme/assets/custom-theme/04-components/pr-overview.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
padding: var(--theme-spacing--1);
1313
display: grid;
1414
gap: var(--theme-spacing--1);
15+
max-width: 285px;
1516
}
1617

1718
&__age {

org-cyf/content/tracks/java/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@ track_kinds = ["jobs-after-sdc"]
77
menu="Java"
88
weight = 1
99
+++
10+
11+
This track introduces designing and building systems using the Java programming language.
12+
13+
It assumes you already know how to build working software in another language (such as JavaScript), including multiple components which need to talk to each other (such as a frontend and a backend). It does not assume you know object-oriented programming or static typing.
14+
15+
For volunteers: See [PRs to review](prs-needing-review/).
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
+++
2+
title = "Java PRs needing review"
3+
layout = "needs-review"
4+
GitHubRepos = [
5+
"Module-Java",
6+
]
7+
+++
8+
9+
### Modules in red have lots of PRs, or any old PRs needing review.

0 commit comments

Comments
 (0)