mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
Tidy up issue templates (#3511)
This commit is contained in:
parent
b1d5216a56
commit
85305139cd
6
.github/ISSUE_TEMPLATE/bug.yml
vendored
6
.github/ISSUE_TEMPLATE/bug.yml
vendored
@ -1,12 +1,12 @@
|
|||||||
name: 🐞 Compiler Bug Report
|
name: 🐞 Compiler Bug Report
|
||||||
description: For bugs of the Typst compiler
|
description: For bugs in the Typst compiler
|
||||||
title: Write a short and descriptive title!
|
title: Write a short and descriptive title!
|
||||||
labels:
|
labels:
|
||||||
- bug
|
- bug
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: Thanks for reporting a bug on 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+-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.
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
attributes:
|
attributes:
|
||||||
@ -19,7 +19,7 @@ body:
|
|||||||
id: repro-url
|
id: repro-url
|
||||||
attributes:
|
attributes:
|
||||||
label: Reproduction URL
|
label: Reproduction URL
|
||||||
description: If your 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
|
placeholder: https://typst.app/project/rU6j4Q5foiCcvB7Hz_gs9m
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
2
.github/ISSUE_TEMPLATE/feature.yml
vendored
2
.github/ISSUE_TEMPLATE/feature.yml
vendored
@ -1,5 +1,5 @@
|
|||||||
name: 🪴 Compiler Feature Request
|
name: 🪴 Compiler Feature Request
|
||||||
description: For feature request for the Typst compiler
|
description: For feature requests for the Typst compiler
|
||||||
title: Write a short and descriptive title!
|
title: Write a short and descriptive title!
|
||||||
labels:
|
labels:
|
||||||
- feature request
|
- feature request
|
||||||
|
Loading…
x
Reference in New Issue
Block a user