Skip to content

Commit 714636f

Browse files
authored
docs: 📝 explain how testing works in contributing guide (#127)
# Description Using the `just test` can only get from committed changes, so added this to contributing. This PR needs a quick review. ## Checklist - [x] Formatted Markdown - [x] Ran `just run-all`
1 parent cf53e96 commit 714636f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,8 @@ a terminal so that the working directory is the root of this project
4242
``` bash
4343
just run-all
4444
```
45+
46+
When testing the template, copier can only use content kept in the Git
47+
history. Meaning that if you make changes to the template and try to
48+
test it, it won't be able to test those changes. You have to commit the
49+
changes first in order for copier to use them.

0 commit comments

Comments
 (0)