From eee0a7d6d074c41696c09a3fe0391e9501e9b767 Mon Sep 17 00:00:00 2001 From: "Xin Du (Clark)" Date: Thu, 3 Jan 2019 09:42:13 +0000 Subject: [PATCH] doc: add issue templates --- .github/ISSUE_TEMPLATE/issue-template.md | 18 ++++++++++++++++++ .github/ISSUE_TEMPLATE/nuxt-issue-template.md | 16 ++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue-template.md create mode 100644 .github/ISSUE_TEMPLATE/nuxt-issue-template.md diff --git a/.github/ISSUE_TEMPLATE/issue-template.md b/.github/ISSUE_TEMPLATE/issue-template.md new file mode 100644 index 0000000000..114677ae33 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-template.md @@ -0,0 +1,18 @@ +--- +name: Issue template +about: Please follow the instruction to crate issue +title: '' +labels: '' +assignees: '' + +--- + +🚨 IMPORTANT 🚨 + +Please use the following link to create a new issue: + +- 🚨 Bug report - https://bug.nuxtjs.org/ +- 🙋 Feature request - https://feature.nuxtjs.org/ +- ❗️ All other issues - https://cmty.nuxtjs.org/ + +If your issue was not created using the app above, **it will be closed immediately**. diff --git a/.github/ISSUE_TEMPLATE/nuxt-issue-template.md b/.github/ISSUE_TEMPLATE/nuxt-issue-template.md new file mode 100644 index 0000000000..6f85be4dab --- /dev/null +++ b/.github/ISSUE_TEMPLATE/nuxt-issue-template.md @@ -0,0 +1,16 @@ +--- +name: Nuxt issue template +about: "\U0001F6A8 IMPORTANT \U0001F6A8" +title: '' +labels: '' +assignees: '' + +--- + +Please use the following link to create a new issue: + +- 🚨 Bug report - https://bug.nuxtjs.org/ +- 🙋 Feature request - https://feature.nuxtjs.org/ +- ❗️ All other issues - https://cmty.nuxtjs.org/ + +If your issue was not created using the app above, **it will be closed immediately**.