From f5e8af56562ee47ae5e774fcdf8cb390fea6070f Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 8 Jan 2024 10:58:58 +0100 Subject: [PATCH] Create issue template --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/ISSUE_TEMPLATE/packaging.yml | 14 ++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/packaging.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..f7cc9bc47 --- /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 000000000..8e41ddaac --- /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 an issue with 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