diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-12-14 11:25:31 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-14 11:25:31 +0800 |
commit | 20aa847d7f7280e97bb389234e6955023a6f24eb (patch) | |
tree | 2191001e8915c3ac7ea87da5542d30c9e9e3c8e3 /.github/ISSUE_TEMPLATE | |
parent | 49b100eaba1103630d61bae796eb7ebd4c31883c (diff) | |
download | lua-language-server-20aa847d7f7280e97bb389234e6955023a6f24eb.zip |
Update issue templates
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..33daf9af --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Environment (please complete the following information):** + - OS: [e.g. Windows, macOS, Ubuntu] + - Is WSL remote? + - Client: [e.g. VSCode, neovim] + +**Additional context** +Add any other context about the problem here. |