1name: "\U0001F4C3 Documentation Bug"
2description: 'You want to report something that is wrong or missing from the documentation.'
3title: '[docs] '
4labels: ['docs']
5body:
6  - type: markdown
7    attributes:
8      value: Thanks for helping us make Expo even better! We want our docs to be an amazing resource, and that requires your feedback!
9  - type: textarea
10    attributes:
11      label: Summary
12      description: Clearly describe what is wrong or missing from the docs.
13    validations:
14      required: true
15  - type: input
16    attributes:
17      label: Link to the related docs page
18    validations:
19      required: true
20  - type: markdown
21    attributes:
22      value: If this is a typo, or something you feel up to fixing, please do so! You can edit any page in our docs by scrolling to the bottom and selecting `Edit this page`.
23  - type: textarea
24    attributes:
25      label: Anything else?
26