Skip to content

Commit 518fc83

Browse files
authored
Merge pull request #102 from bobocode-projects/GP-133_Add_Feedback_forms_MAIN
GP-133 Add feedback forms to readmes
2 parents bc639f2 + 1f5450b commit 518fc83

File tree

12 files changed

+22
-5
lines changed

12 files changed

+22
-5
lines changed

1-0-java-basics/1-3-0-hello-generics/README.MD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ it is not safe. Using `Object` requires runtime casting which can cause runtime
2525

2626
---
2727

28-
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)
28+
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)
29+
#### ➡️ Have any feedback? – [Please fill the form ](https://forms.gle/Q5aEmF8E86fbZ4rXA)

2-0-data-structures-and-algorithms/2-2-1-node/README.MD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ You're supposed to be familiar **Java classes** and **generics**
1616
[![Linked List](https://yt-embed.herokuapp.com/embed?v=Ot5ma8NXcS0)](https://youtu.be/Ot5ma8NXcS0)
1717

1818
---
19-
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)
19+
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)
20+
#### ➡️ Have any feedback? – [Please fill the form ](https://forms.gle/JGTFw5nfwR89tmSbA)

2-0-data-structures-and-algorithms/2-2-3-linked-queue/README.MD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ You're supposed to be familiar [Queue](https://en.wikipedia.org/wiki/Queue_(abst
1212

1313
---
1414
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)
15+
#### ➡️ Have any feedback? – [Please fill the form ](https://forms.gle/ps9feaVAUsUT1gA29)

2-0-data-structures-and-algorithms/2-2-4-linked-list/README.MD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ You're supposed to be familiar [Linked List](https://en.wikipedia.org/wiki/Linke
1717

1818
---
1919
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)
20+
#### ➡️ Have any feedback? – [Please fill the form ](https://forms.gle/tjCWWmpPHupe7Y8x7)
21+

2-0-data-structures-and-algorithms/2-2-5-array-list/README.MD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ Build strong skills implementing a well known Array List data structure 💪
2121

2222
---
2323

24-
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)
24+
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)
25+
#### ➡️ Have any feedback? – [Please fill the form ](https://forms.gle/WQPxc7rDFgZK6eEk7)

2-0-data-structures-and-algorithms/2-2-6-binary-search-tree/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ Learn tree data structures and build strong skills implementing binary search tr
1919

2020
---
2121
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)
22+
#### ➡️ Have any feedback? – [Please fill the form ](https://forms.gle/7U9XZHuTtT5xpjXR6)
23+

3-0-java-core/3-6-1-file-reader/README.MD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ You're supposed to know the basics of Stream API and how to work with files in J
1212

1313
---
1414
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)
15+
#### ➡️ Have any feedback? – [Please fill the form ](https://forms.gle/MAfCxL1JLfY76ki9A)
16+
1517

3-0-java-core/3-6-2-file-stats/README.MD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,7 @@ You're supposed to know how to work with text files and be able to write Java co
1515
---
1616

1717
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)
18+
#### ➡️ Have any feedback? – [Please fill the form ](https://forms.gle/jhXEAzG4TB81S43CA)
19+
1820

1921

4-0-object-oriented-programming/4-3-1-flight-search/README.MD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ You're supposed to be familiar polymorphism and Java interfaces
2121
---
2222

2323
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)
24+
#### ➡️ Have any feedback? – [Please fill the form ](https://forms.gle/8YUNC2YctwDi7qwP7)
25+

5-0-functional-programming/5-0-1-lambda-functions-map/README.MD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ Start learning functional programming in Java by writing simple math functions u
1212

1313
---
1414

15-
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)
15+
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)
16+
#### ➡️ Have any feedback? – [Please fill the form ](https://forms.gle/TPSCpZAMZvNXYCoA6)

0 commit comments

Comments
 (0)