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: .github/workflows/command-block.yml
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,11 @@ jobs:
17
17
owner: context.repo.owner,
18
18
repo: context.repo.repo,
19
19
body: 'Awesome that you are trying to improve the documentation of a nushell command!\n\n' +
20
-
'As we autogenerate these command pages from the help information defined with the command after each release:\n'+
21
-
'- If you already updated the command help, you are already done!\n'+
22
-
'- Else, please look for the command in the [source tree](https://github.com/nushell/nushell/tree/main/crates) and make your changes directly there.\n\n'+
20
+
'You should not modify the files in `commands/docs` or `commands/categorees`!\n' +
21
+
'We autogenerate these command pages from the `help` information defined by the command implementation, after each release. Thus:\n'+
22
+
'- If you already updated the command help, you are already done and can close this PR!\n'+
23
+
'- Else, please look for the command in the [source tree](https://github.com/nushell/nushell/tree/main/crates) and make your changes directly there in the `impl Command` and `Signature`.\n'+
24
+
'- If you accidentally made a change in `commands/` while working on general documentation, please revert changes to `commands/`\n\n'+
0 commit comments