summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug.yml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-09-22 14:13:22 +0200
committerGitHub <noreply@github.com>2024-09-22 12:13:22 +0000
commit9c7e1aeef5e9ee40bec56f84e1e1701c76e4e0ff (patch)
tree6462d9ebf747f9bd51570e79758816ac6ca64083 /.github/ISSUE_TEMPLATE/bug.yml
parent92ec56601831b9c454dbeaf28dba84e2769c7726 (diff)
Docs issue template (#5002)
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/bug.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml
index 5134dc92..3519af67 100644
--- a/.github/ISSUE_TEMPLATE/bug.yml
+++ b/.github/ISSUE_TEMPLATE/bug.yml
@@ -6,7 +6,7 @@ labels:
body:
- type: markdown
attributes:
- value: Thanks for reporting a bug in the Typst compiler. Did you [take a look](https://github.com/typst/typst/issues?q=is%3Aopen+is%3Aissue+label%3Abug+-label%3A%22web+app%22) if your issue has already been filed? If so, join the discussion there! Is your issue related to Typst's web app? Please file it [here](https://github.com/typst/webapp-issues/issues) instead.
+ value: Thanks for reporting a bug in the Typst compiler. Did you [take a look](https://github.com/typst/typst/issues?q=is%3Aopen+is%3Aissue+label%3Abug) if your issue has already been filed? If so, join the discussion there! Is your issue related to Typst's web app? Please file it [here](https://github.com/typst/webapp-issues/issues) instead.
- type: textarea
id: description
attributes:
@@ -19,7 +19,7 @@ body:
id: repro-url
attributes:
label: Reproduction URL
- description: If you did not specify Typst code above, you can share a link to your typst.app project here
+ description: If you did not specify Typst code above, you can share a link to your typst.app project here.
placeholder: https://typst.app/project/rU6j4Q5foiCcvB7Hz_gs9m
validations:
required: false