Skip to content

Commit 22210ed

Browse files
committed
Further refinement
1 parent a71c4bc commit 22210ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/command-block.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
owner: context.repo.owner,
1818
repo: context.repo.repo,
1919
body: 'Awesome that you are trying to improve the documentation of a nushell command!\n\n' +
20-
'You should not modify the files in `commands/docs` or `commands/categores`\n'+
21-
'As we autogenerate these command pages from the help information defined with the command after each release:\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'+
2222
'- 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.\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'+
2424
'- If you accidentally made a change in `commands/` while working on general documentation, please revert changes to `commands/`\n\n'+
2525
'Thanks for helping out!'
2626
})

0 commit comments

Comments
 (0)