1
0
mirror of synced 2026-01-05 03:06:35 -05:00
Files
docs/data/reusables/discussions/discussion-category-forms-sample.md
Sophie 3f602e8d10 [2022-11-28]: Discussions Category Forms - [Limited Public Beta] (#32120)
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: Christina Entcheva <entcheva@github.com>
2022-12-07 15:08:28 +00:00

1.3 KiB

title: "[General] "
labels: ["General Introduction"]
body:
  - type: markdown
    attributes:
      value: |
        This is text that will show up in the template!
  - type: textarea
  id: improvements
  attributes:
    label: Top 3 improvements
    description: "What are the top 3 improvements we could make to this project?"
    value: |
      1.
      2.
      3.
      ...
    render: bash
  validations:
    required: true
  - type: markdown
    attributes:
      value: |
        ## Markdown header
        And some more markdown
  - type: input
    id: has-id
    attributes:
      label: Suggestions
      description: A description about suggestions to help you
    validations:
      required: true
  - type: dropdown
  id: download
  attributes:
    label: Which area of this project could be most improved?
    options:
      - Documentation
      - Pull request review time
      - Bug fix time
      - Release cadence
  validations:
    required: true
  - type: checkboxes
    attributes:
      label: Check that box!
      options:
        - label: This one!
          required: true
        - label: I won't stop you if you check this one, too
  - type: markdown
    attributes:
      value: |
        ### The thrilling conclusion
        _to our template_