mirror of
https://github.com/nushell/nushell
synced 2025-01-26 11:55:20 +00:00
More command documentation instructions.
This commit is contained in:
parent
440f553aa8
commit
f85968aba4
1 changed files with 9 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# How do I get started?
|
# How do I get started?
|
||||||
|
|
||||||
Pick any command from the checklist and write a comment acknowleding you started work.
|
Pick any command from the checklist and write a comment acknowledging you started work.
|
||||||
|
|
||||||
# Instructions for documenting a Nu command of your choosing
|
# Instructions for documenting a Nu command of your choosing
|
||||||
|
|
||||||
|
@ -8,12 +8,18 @@ Name the file after the command, like so:
|
||||||
|
|
||||||
`command.md`
|
`command.md`
|
||||||
|
|
||||||
Example: If you want to add documentation for the Nu command `enter`, create a file named `enter.md`, write documentation, save and create your pull request.
|
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.
|
||||||
|
|
||||||
# What kind of documentation should I write?
|
# What kind of documentation should I write?
|
||||||
|
|
||||||
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):
|
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!)
|
* Examples of using the command (max creativity welcomed!)
|
||||||
* Description of the command
|
* Description of the command.
|
||||||
|
* Command usage.
|
||||||
|
|
||||||
|
# Anything else?
|
||||||
|
|
||||||
|
Of course! (These are drafts) so feel free to leave feedback and suggestions in the same file.
|
||||||
|
|
||||||
|
Happy Documenting.
|
||||||
|
|
Loading…
Reference in a new issue