diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-09-22 14:13:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-22 12:13:22 +0000 |
| commit | 9c7e1aeef5e9ee40bec56f84e1e1701c76e4e0ff (patch) | |
| tree | 6462d9ebf747f9bd51570e79758816ac6ca64083 /.github/ISSUE_TEMPLATE/docs.yml | |
| parent | 92ec56601831b9c454dbeaf28dba84e2769c7726 (diff) | |
Docs issue template (#5002)
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 |
