Skip to content

Commit 44f63c2

Browse files
Add where one should write the username
1 parent f4c5a4d commit 44f63c2

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)