You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ cargo run -- <cli arguments>
24
24
> You should open a new issue first to discuss the addition of a certain template.
25
25
26
26
- Add a directory in `templates` and name it `template-<template-name>` where `<template-name>` is the name of the template and add all the files you need there.
27
-
- A template also must have a `_cta_manifest_` file which contains info about the template:
27
+
- A template also must have a `.manifest` file which contains info about the template:
28
28
29
29
```ini
30
30
beforeDevCommand = {% pkg_manager_run_command %} dev
0 commit comments