From 6a5c329a73f2af9d7499426117a3bf050b0d5dd1 Mon Sep 17 00:00:00 2001 From: Nassreddine Date: Thu, 2 Oct 2025 16:56:19 +0100 Subject: [PATCH] feat: add personal information and update README - Add about-me.md with personal info and skills - Update README.md with contribution section - Part of Git/GitHub lab exercise fix: address PR review comments - Fix typos in about-me.md - Improve formatting - Update based on reviewer feedback --- README.md | 4 ++++ about-me.md | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 README.md create mode 100644 about-me.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..c2f6d63c --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +"" +"## Contribution" +"Ce repository a ‚t‚ modifi‚ par $(git config user.name) le $(date)" +"Dans le cadre d'un TP Git/GitHub" diff --git a/about-me.md b/about-me.md new file mode 100644 index 00000000..e0a5f035 --- /dev/null +++ b/about-me.md @@ -0,0 +1,3 @@ +"## Mise … jour suite aux retours" +"- Correction orthographique" +"- Am‚lioration du format"