1
0
Fork 0
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:
Managor 2025-07-07 20:45:54 +03:00 committed by GitHub
parent 53de6869d3
commit cab50fd991
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: