From ea55208b7024c736adcd9798e0aee1300b6f57c8 Mon Sep 17 00:00:00 2001 From: PoppinL Date: Fri, 1 Mar 2019 12:30:30 +0800 Subject: [PATCH 1/2] chore: add github issue templates --- .github/ISSUE_TEMPLATE.md | 1 + .github/ISSUE_TEMPLATE/bug.md | 16 ++++++++++++++++ .github/ISSUE_TEMPLATE/feature.md | 16 ++++++++++++++++ .github/ISSUE_TEMPLATE/question.md | 10 ++++++++++ 4 files changed, 43 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/feature.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..06563787 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1 @@ +*It's really recommended to create an issue by a template.* diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 00000000..9a49d874 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,16 @@ +--- +name: 🐛 Bug report +about: Create a report to help us improve +--- + +## 🐛 Bug Report + +A clear and concise description of what the bug is. + +## Your Environment + +- *os*: +- *extension settings*: +- *nodejs version*: +- *vscode version*: +- *extension version*: diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 00000000..17c8f5ab --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,16 @@ +--- +name: 🚀 Feature Proposal +about: Submit a proposal for a new feature +--- + +## 🚀 Feature Proposal + +A clear and concise description of what the feature is. + +## Motivation + +Please outline the motivation for the proposal. + +## Contribution + +Please describe the solution if you'd like to submit a PR. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000..fc6d387f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,10 @@ +--- +name: 💬 Questions / Help +about: If you have questions, please check our documents first +--- + +Before you submit an question we recommend you to check out the [DOCUMENT](https://github.com/jdneo/vscode-leetcode/blob/master/README.md) and [TROUBLESHOOTING PAGE](https://github.com/jdneo/vscode-leetcode/wiki/Troubleshooting) first. + +## 💬 Questions and Help + +Please outline the questions. From 216d9e181e73b8d2d2c4b31d551b49fd16fe2934 Mon Sep 17 00:00:00 2001 From: PoppinL Date: Sun, 3 Mar 2019 10:50:59 +0800 Subject: [PATCH 2/2] chore: add reproduce step and expected behavior in bug.md --- .github/ISSUE_TEMPLATE/bug.md | 8 ++++++++ .vscodeignore | 1 + 2 files changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 9a49d874..c519c3bb 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -7,6 +7,14 @@ about: Create a report to help us improve A clear and concise description of what the bug is. +## To Reproduce + +Steps to reproduce the behavior. + +## Expected behavior + +A clear and concise description of what you expected to happen. + ## Your Environment - *os*: diff --git a/.vscodeignore b/.vscodeignore index 3a0fe8ce..8cdceec0 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -12,3 +12,4 @@ tslint.json **/*.gif ACKNOWLEDGEMENTS.md docs +.github