Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 1.88 KB

support.server.mdx

File metadata and controls

58 lines (44 loc) · 1.88 KB

import {Note} from '../_component/note.server.js' export const navSortSelf = 1 export const info = { author: [ {name: 'Titus Wormer', github: 'wooorm', twitter: 'wooorm'} ], published: new Date('2019-07-03'), modified: new Date('2022-02-01') }

Support

This article explains where to get help with MDX. Please read through the following guidelines.

{/* more */}

**Important**: before participating in our community, please read our [code of conduct][coc]. By interacting with this repository, organization, or community you agree to abide by its terms.

Asking quality questions

Questions can go to GitHub Discussions.

Help us help you! Spend time framing questions and add links and resources. Spending the extra time up front can help save everyone time in the long run. Here are some tips:

  • Read through § Getting started
  • Talk to a duck!
  • Don’t fall for the XY problem
  • Search to find out if a similar question has been asked
  • Try to define what you need help with:
    • Is there something in particular you want to do?
    • What problem are you encountering and what steps have you taken to try and fix it?
    • Is there a concept you don’t understand?
  • Provide sample code, such as a CodeSandbox or video, if possible
  • Screenshots can help, but if there’s important text such as code or error messages in them, please also provide those as text
  • The more time you put into asking your question, the better we can help you