You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.MD
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Before moving forward, please **make sure that you understand what is an exercis
8
8
## Branching strategy
9
9
10
10
In this repository we maintain **two key branches**[main](https://github.com/bobocode-projects/java-fundamentals-course) and
11
-
[completed](https://github.com/bobocode-projects/java-fundamentals-course/completed). Since the `main` branch stores the exercises, and the `completed` stores the
11
+
[completed](https://github.com/bobocode-projects/java-fundamentals-course/tree/completed). Since the `main` branch stores the exercises, and the `completed` stores the
12
12
completed solution, the latter is always ahead of the first one. Here's the rule:
13
13
14
14
#### The [Completed Solution PR](https://github.com/bobocode-projects/java-fundamentals-course/pull/33) should always show only those changes that participats implement in the scope of the exercises❗️
0 commit comments