Skip to content

Commit 01c6b61

Browse files
authored
GitHub issue templates (#2796)
* add: documentation template * add: issue template config
1 parent aaf1624 commit 01c6b61

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Report LuaLS.github.io issues
4+
url: https://github.com/LuaLS/LuaLS.github.io/issues
5+
about: Please report issues regarding our website (and the documentation on it) in the website repository.

.github/ISSUE_TEMPLATE/doc-report.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: Documentation Report
2+
description: Report an issue with documentation in the lua-language-server.
3+
labels:
4+
- documentation
5+
assignees:
6+
- carsakiller
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: >
11+
For issues with our [website](https://luals.github.io) and its wiki,
12+
please visit the [correct repository](https://github.com/LuaLS/LuaLS.github.io/issues).
13+
- type: markdown
14+
attributes:
15+
value: >
16+
**Please check for similar issues before continuing!**
17+
- type: textarea
18+
id: expected
19+
attributes:
20+
label: Issue Description
21+
description: Please describe the documentation issue. Is something incorrect, missing or improveable?
22+
validations:
23+
required: true
24+
- type: textarea
25+
id: additional-notes
26+
attributes:
27+
label: Additional Notes
28+
description: >
29+
Please provide any additional notes, context,
30+
and media you have.
31+
- type: markdown
32+
attributes:
33+
value: |
34+
Thank you very much for helping improve the language server! ❤️

0 commit comments

Comments
 (0)