Skip to content

Instantly share code, notes, and snippets.

@cybear
Created March 10, 2015 09:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cybear/4e001c409f161aeb7519 to your computer and use it in GitHub Desktop.
Save cybear/4e001c409f161aeb7519 to your computer and use it in GitHub Desktop.
Writing tips for error messages

Writing tips for error messages

  • Describe the cause of the error, if possible.
  • Avoid blaming the user. "You typed a URL that doesn't exist" => "We can't find any page at this URL"
  • Avoid impersonal writing. "Could not upload selected files" => "We could not upload the files that you selected"
  • Suggest a next action for the user if it is plausible.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment