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..c519c3bb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,24 @@ +--- +name: 🐛 Bug report +about: Create a report to help us improve +--- + +## 🐛 Bug Report + +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*: +- *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. 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