From 0e78dd9d214df2d8eb3c3b1b3ea9d69d6a115e62 Mon Sep 17 00:00:00 2001 From: Manuel Spigolon Date: Sat, 21 Mar 2020 18:01:57 +0100 Subject: [PATCH 1/2] add config to send user to help --- .github/ISSUE_TEMPLATE/bug.md | 12 +++++------- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/ISSUE_TEMPLATE/feature.md | 3 +++ .github/ISSUE_TEMPLATE/question.md | 10 ---------- .github/ISSUE_TEMPLATE/regression.md | 16 +++++++--------- 5 files changed, 20 insertions(+), 26 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 1c3b801..ab5a2a2 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -3,11 +3,13 @@ name: 🐛 Bug report about: Create a report to help us improve --- + ## 🐛 Bug Report @@ -17,25 +19,21 @@ A clear and concise description of what the bug is. Steps to reproduce the behavior: -Paste your code here: - ```js - +// Paste your code here ``` ## Expected behavior A clear and concise description of what you expected to happen. -Paste the results here: - ```js - +// Paste the expected results here ``` ## Your Environment - *node version*: 6,8,10 -- *fastify version*: >=1.0.0 +- *fastify version*: >=2.0.0 - *os*: Mac, Windows, Linux - *any other relevant information* diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..8e88647 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: 💬 Questions / Help + url: https://github.com/fastify/help + about: If you have questions, please check our Help repo diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index 9449a68..156830b 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -1,13 +1,16 @@ --- name: 🚀 Feature Proposal +labels: feature request about: Submit a proposal for a new feature --- + ## 🚀 Feature Proposal diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index 20e1316..0000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: 💬 Questions / Help -about: If you have questions, please check our Gitter or Help repo ---- - -## 💬 Questions and Help - -### Please note that this issue tracker is not a help forum and this issue may be closed. - -Before you submit an issue we recommend you visit [Fastify Help](https://github.com/fastify/help) and ask any questions you have or mention any problems you've had getting started with Fastify. diff --git a/.github/ISSUE_TEMPLATE/regression.md b/.github/ISSUE_TEMPLATE/regression.md index c302e53..cc52210 100644 --- a/.github/ISSUE_TEMPLATE/regression.md +++ b/.github/ISSUE_TEMPLATE/regression.md @@ -3,11 +3,13 @@ name: 💥 Regression Report about: Report unexpected behavior that worked in previous versions --- + ## 💥 Regression Report @@ -15,34 +17,30 @@ A clear and concise description of what the regression is. ## Last working version -Worked up to version: +Worked up to version: X.X.X -Stopped working in version: +Stopped working in version: Y.Y.Y ## To Reproduce Steps to reproduce the behavior: -Paste your code here: - ```js - +// Paste your code here ``` ## Expected behavior A clear and concise description of what you expected to happen. -Paste the results here: - ```js - +// Paste the results here ``` ## Your Environment - *node version*: 6,8,10 -- *fastify version*: >=1.0.0 +- *fastify version*: >=2.0.0 - *os*: Mac, Windows, Linux - *any other relevant information* From 03410113e3beb0c443d52583649ddd40d460eff4 Mon Sep 17 00:00:00 2001 From: Manuel Spigolon Date: Sun, 22 Mar 2020 22:14:33 +0100 Subject: [PATCH 2/2] update node versions --- .github/ISSUE_TEMPLATE/bug.md | 2 +- .github/ISSUE_TEMPLATE/regression.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index ab5a2a2..2311f6d 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -33,7 +33,7 @@ A clear and concise description of what you expected to happen. ## Your Environment -- *node version*: 6,8,10 +- *node version*: 10, 12, 13 - *fastify version*: >=2.0.0 - *os*: Mac, Windows, Linux - *any other relevant information* diff --git a/.github/ISSUE_TEMPLATE/regression.md b/.github/ISSUE_TEMPLATE/regression.md index cc52210..b9a552f 100644 --- a/.github/ISSUE_TEMPLATE/regression.md +++ b/.github/ISSUE_TEMPLATE/regression.md @@ -39,7 +39,7 @@ A clear and concise description of what you expected to happen. ## Your Environment -- *node version*: 6,8,10 +- *node version*: 10, 12, 13 - *fastify version*: >=2.0.0 - *os*: Mac, Windows, Linux - *any other relevant information*