summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/web-app-bug-report.yml
blob: a6231d86315c90c9fffe1fcc060ac57d919851a0 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
name: 💻 Web App Bug Report
description: For issues specific to https://typst.app
title: Write a short and descriptive title!
labels:
  - bug
  - web app
assignees:
  - reknih
body:
  - type: markdown
    attributes:
      value: Thanks for reporting a bug on the Typst web app. Did you [take a look](https://github.com/typst/typst/issues?q=is%3Aopen+is%3Aissue+label%3A%22web+app%22+label%3Abug) if your issue has already been filed? If so, join the discussion there!
  - type: textarea
    id: description
    attributes:
      label: Description
      description: Please describe your issue. Include specific steps to reproduce it or a screenshot if the problem is visual.
      placeholder: Terse and specific description of the bug. You can add a screenshot by dragging an image here.
    validations:
      required: true
  - type: input
    id: repro-url
    attributes:
      label: Reproduction URL
      description: If your issue involves a project and you did not specify Typst code above, you can share a link to your project here
      placeholder: https://typst.app/project/rU6j4Q5foiCcvB7Hz_gs9m
    validations:
      required: false
  - type: dropdown
    id: browsers
    attributes:
      label: "Browsers"
      description: What browsers are you seeing the problem on?
      multiple: true
      options:
        - Firefox
        - Chrome
        - Safari
        - Microsoft Edge
        - Opera
    validations:
      required: false
  - type: dropdown
    id: os
    attributes:
      label: "OS"
      description: Which operating system did you use?
      multiple: true
      options:
        - Windows
        - Linux
        - macOS
        - Android
        - iOS or iPad OS
    validations:
      required: false