summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/web-app-feature-request.yml
blob: 8dc8ec74f156db051011d05ac2595ed9b9790aa9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: 🎁 Web App Feature Request
description: For feature requests specific to https://typst.app
title: Write a short and descriptive title!
labels:
  - feature request
  - web app
assignees:
  - reknih
body:
  - type: markdown
    attributes:
      value: Thanks for sharing your feature request for the Typst web app. Did you [take a look](https://github.com/typst/typst/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3A%22feature+request%22) if a similar request has already been filed? If so, join the discussion there!
  - type: textarea
    id: description
    attributes:
      label: Description
      description: Please describe your feature request. You can also add a mockup!
      placeholder: Terse and specific description of the feature. You can add an image by dragging a file here.
    validations:
      required: true
  - type: textarea
    id: use-case
    attributes:
      label: Use Case
      description: Please describe why this feature would be useful.
      placeholder: Describe what users can accomplish with this feature and whom it might be useful for.
    validations:
      required: true