mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-17 17:55:26 +02:00
CONTRIBUTING: reword name collission instructions (#17163)
This commit is contained in:
parent
53de6869d3
commit
cab50fd991
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ For other cases, it is suggested to follow <https://www.conventionalcommits.org/
|
|||
|
||||
## Name collisions
|
||||
|
||||
When there are multiple commands sharing the same name, the existing page of the command and the new command can be renamed to `command.1` and so on following a numbering scheme or based on the programming language i.e. `command.js`.
|
||||
When there are multiple commands sharing the same name, the existing page of the command and the new command can be renamed to `command.1` and so on following a numbering scheme or using a suffix relating to the program like the programming language i.e. `command.js`.
|
||||
The base page can be updated to reference the newly renamed/created pages by following [this subcommand reference format](#subcommands).
|
||||
|
||||
See the following page for reference:
|
||||
|
|
Loading…
Add table
Reference in a new issue