Skip to content

Commit f9a1cad

Browse files
Merge pull request #137 from eirikbrandsaas/patch-1
More specifics on PkgTemplate default
2 parents 1a5b6c5 + 44f63c2 commit f9a1cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/software_engineering/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ t = Template(;dir = ".", julia = v"1.6",
150150
```
151151

152152
```{note}
153-
If you did not set the `github.user` in the setup, you may need to pass in `user = YOURUSERNAME` as an additional argument. In addition, this turns off some important features (e.g. `CompatHelper` and `TagBot`) and leaves out others (e.g. `Documenter{GitHubActions}`) which you would want for a more formal package.
153+
If you did not set the `github.user` in the setup, you may need to pass in `user = "YOURUSERNAME"` as an additional argument in the first line. In addition, this turns off some important features (e.g. `CompatHelper` and `TagBot`) and leaves out others (e.g. `Documenter{GitHubActions}`) which you would want for a more formal package.
154154
155155
Alternatively, `PkgTemplates` has an interactive mode, which you can prompt with `t = Template(;interactive = true)` to choose all of your selections within the terminal.
156156
```

0 commit comments

Comments
 (0)