From d489580d577ea1dbd60e51a3ee9c60b9093fed75 Mon Sep 17 00:00:00 2001 From: HolyShaq Date: Sat, 26 Oct 2024 14:57:14 +0800 Subject: [PATCH 1/2] feat: added ace's insights --- Halili_BSCS_4thYear.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Halili_BSCS_4thYear.md diff --git a/Halili_BSCS_4thYear.md b/Halili_BSCS_4thYear.md new file mode 100644 index 0000000..3e7b304 --- /dev/null +++ b/Halili_BSCS_4thYear.md @@ -0,0 +1,7 @@ +## Insights on study jam about open source contribution!!! +- open source is conducive to the growth of technology +- I can see it as a social activity for programmers :) +- there are (unspoken) rules/conventions to follow when contributing! +- licenses help keep open source projects legally safe <3 +- open source is a good way to learn programming! +- reading other people's code can help you learn how to code :o From 2d7ab69c53803de5992a78c80d9affe3ed2dd160 Mon Sep 17 00:00:00 2001 From: HolyShaq Date: Sat, 26 Oct 2024 15:00:11 +0800 Subject: [PATCH 2/2] refactor: moved my entry to pages folder sorry --- Halili_BSCS_4thYear.md => pages/Halili_BSCS_4thYear.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Halili_BSCS_4thYear.md => pages/Halili_BSCS_4thYear.md (100%) diff --git a/Halili_BSCS_4thYear.md b/pages/Halili_BSCS_4thYear.md similarity index 100% rename from Halili_BSCS_4thYear.md rename to pages/Halili_BSCS_4thYear.md