From c8fcfacb65865ae3227435aa8eb1d5654ebb81f7 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Fri, 27 Jan 2023 00:29:53 +0100 Subject: [PATCH] github templates updated --- .github/ISSUE_TEMPLATE/0.md | 5 ----- .github/ISSUE_TEMPLATE/Bug_report.md | 2 +- .github/ISSUE_TEMPLATE/config.yml | 9 +++------ 3 files changed, 4 insertions(+), 12 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/0.md diff --git a/.github/ISSUE_TEMPLATE/0.md b/.github/ISSUE_TEMPLATE/0.md deleted file mode 100644 index af5f89da2..000000000 --- a/.github/ISSUE_TEMPLATE/0.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -name: "❗ PhpStorm Latte plugin issues report here: https://github.com/nette-intellij/intellij-latte" -about: "Thanks 🙏 " - ---- diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index a4cd12634..338a9357d 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -10,7 +10,7 @@ Version: ?.?.? ... A clear and concise description of what the bug is. A good bug report shouldn't leave others needing to chase you up for more information. ### Steps To Reproduce -... If possible a minimal demo of the problem ... +... If possible, try to reproduce your issue on >>> https://fiddle.nette.org/latte <<< and add a link here. ### Expected Behavior ... A clear and concise description of what you expected to happen. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 39e30e661..2b354aed0 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,11 +1,8 @@ blank_issues_enabled: true contact_links: - - name: Question + - name: Question & Support url: https://forum.nette.org/en/f47-latte about: If you have a question or are looking for advice, please post on our discussions forum. - - name: PhpStorm Latte plugin issues report here - url: https://github.com/nette-intellij/intellij-latte + - name: ❗ PhpStorm Latte plugin issues report here ❗ + url: https://github.com/nette-intellij/intellij-latte/issues about: Thanks 🙏 - - name: Documentation - url: https://latte.nette.org - about: Please take a look at our documentation.