From ea7392f9dd8c6583a8858166fb870b82fe84cfc3 Mon Sep 17 00:00:00 2001 From: Josia Pool <88235220+josia-pool@users.noreply.github.com> Date: Mon, 7 Apr 2025 14:04:16 +0200 Subject: [PATCH 1/4] Person2 --- .DS_Store | Bin 0 -> 6148 bytes pages/listing.txt | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..b9e2c980322489931078204029b0d571e3fddb30 GIT binary patch literal 6148 zcmeHK%}T>S5T32AMpP)$gLn#f7kbr8Eb%A^eSw-rs*tdS>cLwc!AJ1sn|SvqK7j9_ z7r)urwprVHQ$%K9_S?))X7VNMW{Jr3Zu2ftn}{MPV`CG;5@A2n#i-jK z+H$-QsfNGG0KdB?9ny%d=_Yu88>ig!%vahp%?g{r7TxW?Zht&KorM1UTmSf~_H9HD zNTqeuEa?KZFKH6gZXIx)z+bQb@^~}%zIcB6ZFvb`z~@{y z2hGvhdFZXTw%a+LwpP1sY3GeCj|keLdu~fb8Bhk4fgfXl7dc3@C8(n^pbRJjGX{8l zh@p&$$4byG9T?mZ0N8}t3Fds3;GEcF;;|Bh2Vx`@D5=IDF^r_c9{ae&VVUk`c1Ioa^V!$-he%iw$`Mq`F w;drl&p#vxj$5n!}6inP!j9A`^_n=N-k9h)2JXV6RK=enz(V&Ae@T&}b0&90}5C8xG literal 0 HcmV?d00001 diff --git a/pages/listing.txt b/pages/listing.txt index ca32530..af6afe6 100644 --- a/pages/listing.txt +++ b/pages/listing.txt @@ -1,5 +1,5 @@ introduction.md resolving-merge-conflicts.md -# change this +contributing-to-a-repository.md #creating-pull-requests.md From f7a0964855f37f8dec0189910d1d63d1085d8e34 Mon Sep 17 00:00:00 2001 From: Thomas de Bruijn Date: Mon, 7 Apr 2025 14:08:40 +0200 Subject: [PATCH 2/4] small documentation change --- pages/listing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/listing.txt b/pages/listing.txt index ca32530..b457531 100644 --- a/pages/listing.txt +++ b/pages/listing.txt @@ -1,5 +1,5 @@ introduction.md resolving-merge-conflicts.md -# change this +creating-issues.md #creating-pull-requests.md From dbd9a6bb65a2d82d3b43177b408a0ad50394b9e2 Mon Sep 17 00:00:00 2001 From: Thomas de Bruijn Date: Mon, 7 Apr 2025 14:26:32 +0200 Subject: [PATCH 3/4] Fixed missing pull request page --- pages/listing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/listing.txt b/pages/listing.txt index 1bda042..657fc2d 100644 --- a/pages/listing.txt +++ b/pages/listing.txt @@ -2,5 +2,5 @@ introduction.md resolving-merge-conflicts.md creating-issues.md contributing-to-a-repository.md -#creating-pull-requests.md +creating-pull-requests.md From 87ae25217f72e246242b3fa5a4abea358bf96e5d Mon Sep 17 00:00:00 2001 From: Josia Pool <88235220+josia-pool@users.noreply.github.com> Date: Mon, 7 Apr 2025 14:27:30 +0200 Subject: [PATCH 4/4] Corrected filetype of contributing-to-a-repository to .md --- ...ntributing-to-a-repository => contributing-to-a-repository.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename pages/{contributing-to-a-repository => contributing-to-a-repository.md} (100%) diff --git a/pages/contributing-to-a-repository b/pages/contributing-to-a-repository.md similarity index 100% rename from pages/contributing-to-a-repository rename to pages/contributing-to-a-repository.md