Skip to content

Commit

Permalink
Further refinement
Browse files Browse the repository at this point in the history
  • Loading branch information
sholderbach committed Dec 22, 2024
1 parent a71c4bc commit 22210ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/command-block.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
body: 'Awesome that you are trying to improve the documentation of a nushell command!\n\n' +
'You should not modify the files in `commands/docs` or `commands/categores`\n'+
'As we autogenerate these command pages from the help information defined with the command after each release:\n'+
'You should not modify the files in `commands/docs` or `commands/categorees`!\n' +
'We autogenerate these command pages from the `help` information defined by the command implementation, after each release. Thus:\n'+
'- If you already updated the command help, you are already done and can close this PR!\n'+
'- 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'+
'- 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'+
'- If you accidentally made a change in `commands/` while working on general documentation, please revert changes to `commands/`\n\n'+
'Thanks for helping out!'
})
Expand Down

0 comments on commit 22210ed

Please sign in to comment.