Technical writing: Difference between revisions
Jump to navigation
Jump to search
→Software documentation checklist
Tags: Mobile edit Mobile web edit |
|||
| Line 10: | Line 10: | ||
== Software documentation checklist == | == Software documentation checklist == | ||
* | * Simplified Step-by-Step Guide with Visuals: | ||
* | ** Consider minimizing the number of steps to lessen complexity for users. | ||
* | |||
** | * Confirm Starting Point: | ||
** Ensure the initial setup or entry point is verified prior to software usage. | |||
* Command Replication: | |||
** Instructions for directly copying and pasting commands from the guide. | |||
** Note: Lengthy commands in the PDF might be broken into lines. Refer to this Stack Overflow discussion for splitting shell commands across lines. | |||
* Clarity and Precision of Examples: | |||
** Evaluate if examples are straightforward and detailed, including explanations of fields and sourcing of specific values. | |||
Example for reference: | |||
<pre> | |||
{"survey_id":"SURVEY","hash":"xxxxxx"} | |||
</pre> | |||
== ChatGPT Prompt for technical writing == | == ChatGPT Prompt for technical writing == | ||