nushell/docs/commands/README.md

26 lines
932 B
Markdown
Raw Normal View History

2019-09-25 18:15:00 +02:00
# How do I get started?
Pick any command from the checklist and write a comment acknowledging you started work.
2019-09-25 18:15:00 +02:00
## Instructions for documenting a Nu command of your choosing
2019-09-25 18:15:00 +02:00
Name the file after the command, like so:
`command.md`
Example: If you want to add documentation for the Nu command `enter`, create a file named `enter.md`, write documentation, save it at `/docs/commands/[your_command_picked].md` as and create your pull request.
2019-09-25 18:15:00 +02:00
## What kind of documentation should I write?
2019-09-25 18:15:00 +02:00
Anything you want that you believe it *best* documents the command and the way you would like to see it. Here are some of our ideas of documentation we would *love* to see (feel free to add yours):
* Examples of using the command (max creativity welcomed!)
* Description of the command.
* Command usage.
2019-09-25 18:15:00 +02:00
## Anything else?
Of course! (These are drafts) so feel free to leave feedback and suggestions in the same file.
Happy Documenting.