Skip to content

Commit

Permalink
GitHub issue templates (LuaLS#2796)
Browse files Browse the repository at this point in the history
* add: documentation template

* add: issue template config
  • Loading branch information
carsakiller authored Aug 13, 2024
1 parent aaf1624 commit 01c6b61
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: Report LuaLS.github.io issues
url: https://github.com/LuaLS/LuaLS.github.io/issues
about: Please report issues regarding our website (and the documentation on it) in the website repository.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/doc-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Documentation Report
description: Report an issue with documentation in the lua-language-server.
labels:
- documentation
assignees:
- carsakiller
body:
- type: markdown
attributes:
value: >
For issues with our [website](https://luals.github.io) and its wiki,
please visit the [correct repository](https://github.com/LuaLS/LuaLS.github.io/issues).
- type: markdown
attributes:
value: >
**Please check for similar issues before continuing!**
- type: textarea
id: expected
attributes:
label: Issue Description
description: Please describe the documentation issue. Is something incorrect, missing or improveable?
validations:
required: true
- type: textarea
id: additional-notes
attributes:
label: Additional Notes
description: >
Please provide any additional notes, context,
and media you have.
- type: markdown
attributes:
value: |
Thank you very much for helping improve the language server! ❤️

0 comments on commit 01c6b61

Please sign in to comment.