From eeb9bda4d38b0f2eee9e6c2e4e410ef8520485d2 Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Fri, 25 Jul 2025 15:24:37 +0200 Subject: [PATCH 1/2] docs: :memo: explain how testing works in contributing guide --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9e65786..e0de913 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,3 +42,8 @@ a terminal so that the working directory is the root of this project ``` bash just run-all ``` + +When testing the template, copier can only use content kept in the +Git history. Meaning that if you make changes to the template and try +to test it, it won't be able to test those changes. You have to commit +the changes first in order for copier to use them. From 8b34267ed4c0059b2b294f16a156c2a68013ae5d Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Fri, 25 Jul 2025 15:25:40 +0200 Subject: [PATCH 2/2] style: :art: reformat Markdown --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e0de913..04f61ca 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,7 +43,7 @@ a terminal so that the working directory is the root of this project just run-all ``` -When testing the template, copier can only use content kept in the -Git history. Meaning that if you make changes to the template and try -to test it, it won't be able to test those changes. You have to commit -the changes first in order for copier to use them. +When testing the template, copier can only use content kept in the Git +history. Meaning that if you make changes to the template and try to +test it, it won't be able to test those changes. You have to commit the +changes first in order for copier to use them.