diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/docs.yml')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/docs.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/docs.yml b/.github/ISSUE_TEMPLATE/docs.yml new file mode 100644 index 00000000..564b5998 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/docs.yml @@ -0,0 +1,17 @@ +name: 📖 Documentation +description: For issues with the documentation +title: Write a short and descriptive title! +labels: + - docs +body: + - type: markdown + attributes: + value: Thanks for reporting an issue with Typst's documentation. Did you [take a look](https://github.com/typst/typst/issues?q=is%3Aopen+is%3Aissue+label%3Adocs) 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: + label: Description + description: Please describe your issue. + placeholder: Terse and specific description of the issue. You can add a screenshot by dragging an image here. + validations: + required: true |
