diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..f7cc9bc473 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: Package-specific issue + url: https://typst.app/docs/packages + about: Please report issues with a specific package on that package's repository. You can find it by clicking the chain icon in the package list. diff --git a/.github/ISSUE_TEMPLATE/packaging.yml b/.github/ISSUE_TEMPLATE/packaging.yml new file mode 100644 index 0000000000..6636334a77 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/packaging.yml @@ -0,0 +1,14 @@ +name: 📦 Packaging issue +description: Issue with the package system itself. Not for issues with packages! +title: Write a short and descriptive title! +body: + - type: markdown + attributes: + value: Thanks for reporting a bug on Typst's package system. Please only open an issue here if you want to report or discuss something related to the packaging itself. For issues with individual packages, please open an issue on the package's repository instead. You can find it by clicking on the chain link in the [package list](https://typst.app/docs/packages). + - type: textarea + id: description + attributes: + label: Description + description: Please describe your issue. + validations: + required: true