From 8c813cb7a266225d0a4a3a2e62f10f6f5f774b7a Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sun, 22 Sep 2024 14:24:49 +0200 Subject: Reorder issue templates (#5004) --- .github/ISSUE_TEMPLATE/1-bug.yml | 46 ++++++++++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/2-feature.yml | 25 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/3-docs.yml | 17 +++++++++++++ .github/ISSUE_TEMPLATE/bug.yml | 46 ------------------------------------ .github/ISSUE_TEMPLATE/docs.yml | 17 ------------- .github/ISSUE_TEMPLATE/feature.yml | 25 -------------------- 6 files changed, 88 insertions(+), 88 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/1-bug.yml create mode 100644 .github/ISSUE_TEMPLATE/2-feature.yml create mode 100644 .github/ISSUE_TEMPLATE/3-docs.yml delete mode 100644 .github/ISSUE_TEMPLATE/bug.yml delete mode 100644 .github/ISSUE_TEMPLATE/docs.yml delete mode 100644 .github/ISSUE_TEMPLATE/feature.yml diff --git a/.github/ISSUE_TEMPLATE/1-bug.yml b/.github/ISSUE_TEMPLATE/1-bug.yml new file mode 100644 index 00000000..3519af67 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-bug.yml @@ -0,0 +1,46 @@ +name: 🐞 Compiler Bug Report +description: For bugs in the Typst compiler +title: Write a short and descriptive title! +labels: + - bug +body: + - type: markdown + attributes: + 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) 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. Include specific steps to reproduce it or a screenshot if the problem is with Typst's output. + placeholder: Terse and specific description of the bug. You can add a screenshot by dragging an image here. + validations: + required: true + - type: input + id: repro-url + attributes: + label: Reproduction URL + 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 + validations: + required: false + - type: dropdown + id: os + attributes: + label: Operating system + description: Which platform did you run the compiler on? + multiple: true + options: + - Web app + - Windows + - Linux + - macOS + validations: + required: false + - type: checkboxes + id: updated + attributes: + label: Typst version + description: Please check this box to confirm you are using the latest released version of Typst or an unreleased commit from this repository after the latest release. + options: + - label: I am using the latest version of Typst + required: false diff --git a/.github/ISSUE_TEMPLATE/2-feature.yml b/.github/ISSUE_TEMPLATE/2-feature.yml new file mode 100644 index 00000000..b441eb30 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2-feature.yml @@ -0,0 +1,25 @@ +name: ðŸŠī Compiler Feature Request +description: For feature requests for the Typst compiler +title: Write a short and descriptive title! +labels: + - feature request +body: + - type: markdown + attributes: + value: Thanks for sharing your feature request for the Typst compiler. Did you [take a look](https://github.com/typst/typst/issues?q=is%3Aopen+is%3Aissue+label%3A%22feature+request%22) if a similar request has already been filed? If so, join the discussion there! Is your feature request 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 feature request. You can also add a mockup if you are requesting a new output feature! + placeholder: Terse and specific description of the feature. You can add an image by dragging a file here. + validations: + required: true + - type: textarea + id: use-case + attributes: + label: Use Case + description: Please describe why this feature would be useful. + placeholder: Describe what users can accomplish with this feature and whom it might be useful for. + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/3-docs.yml b/.github/ISSUE_TEMPLATE/3-docs.yml new file mode 100644 index 00000000..564b5998 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3-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 diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml deleted file mode 100644 index 3519af67..00000000 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ /dev/null @@ -1,46 +0,0 @@ -name: 🐞 Compiler Bug Report -description: For bugs in the Typst compiler -title: Write a short and descriptive title! -labels: - - bug -body: - - type: markdown - attributes: - 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) 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. Include specific steps to reproduce it or a screenshot if the problem is with Typst's output. - placeholder: Terse and specific description of the bug. You can add a screenshot by dragging an image here. - validations: - required: true - - type: input - id: repro-url - attributes: - label: Reproduction URL - 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 - validations: - required: false - - type: dropdown - id: os - attributes: - label: Operating system - description: Which platform did you run the compiler on? - multiple: true - options: - - Web app - - Windows - - Linux - - macOS - validations: - required: false - - type: checkboxes - id: updated - attributes: - label: Typst version - description: Please check this box to confirm you are using the latest released version of Typst or an unreleased commit from this repository after the latest release. - options: - - label: I am using the latest version of Typst - required: false diff --git a/.github/ISSUE_TEMPLATE/docs.yml b/.github/ISSUE_TEMPLATE/docs.yml deleted file mode 100644 index 564b5998..00000000 --- a/.github/ISSUE_TEMPLATE/docs.yml +++ /dev/null @@ -1,17 +0,0 @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml deleted file mode 100644 index b441eb30..00000000 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: ðŸŠī Compiler Feature Request -description: For feature requests for the Typst compiler -title: Write a short and descriptive title! -labels: - - feature request -body: - - type: markdown - attributes: - value: Thanks for sharing your feature request for the Typst compiler. Did you [take a look](https://github.com/typst/typst/issues?q=is%3Aopen+is%3Aissue+label%3A%22feature+request%22) if a similar request has already been filed? If so, join the discussion there! Is your feature request 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 feature request. You can also add a mockup if you are requesting a new output feature! - placeholder: Terse and specific description of the feature. You can add an image by dragging a file here. - validations: - required: true - - type: textarea - id: use-case - attributes: - label: Use Case - description: Please describe why this feature would be useful. - placeholder: Describe what users can accomplish with this feature and whom it might be useful for. - validations: - required: true -- cgit v1.2.3