aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE
Commit message (Collapse)AuthorAgeFilesLines
* ci: use new issue typesChristian Clason2025-01-173-2/+3
|
* docs(template): use builtin commandsChristian Clason2024-02-211-5/+5
|
* prettier formatting yml and mdKiyoon Kim2023-02-163-5/+4
|
* chore: delete language-request.md (#3013)Christian Clason2022-06-121-12/+0
| | | We have a dedicated tracking issue for this now.
* Fix backtick typo in highlighting issue templateJendrik Stelzner2022-04-151-1/+1
|
* github: Fix typo in templateadrian52022-04-011-1/+1
|
* Update .github/ISSUE_TEMPLATE/highlighting_issue.ymlStephan Seitz2022-01-161-1/+1
| | | Co-authored-by: Christian Clason <christian.clason@uni-due.de>
* Update .github/ISSUE_TEMPLATE/highlighting_issue.ymlStephan Seitz2022-01-161-1/+1
| | | Co-authored-by: Christian Clason <christian.clason@uni-due.de>
* Update .github/ISSUE_TEMPLATE/highlighting_issue.ymlStephan Seitz2022-01-161-7/+5
| | | Co-authored-by: Christian Clason <christian.clason@uni-due.de>
* Update .github/ISSUE_TEMPLATE/highlighting_issue.ymlStephan Seitz2022-01-161-1/+1
| | | Co-authored-by: Christian Clason <christian.clason@uni-due.de>
* docs: use markdown instead of checkboxesStephan Seitz2022-01-161-12/+9
|
* docs: add issue template for highlighting issuesStephan Seitz2022-01-161-0/+100
|
* Add `query error: invalid node type at position` to the troubleshooting sectionSantos Gallegos2021-11-201-1/+2
| | | | We have had many of these recently...
* chore: fix typosDundar Göc2021-11-021-2/+2
|
* feat(healthcheck): support native lua healthchecks, and fixesJavier López2021-10-111-1/+1
| | | | | | | | | | After neovim/neovim#15259 lua healthchecks are called directly and are prefered over neovim autoload ones. The discover of Lua ones requires the function to be named "check()". Also the mentioned PR changed the design of healthchecks to not use output capturing, therefore avoid printing and instead concatenate and call the health functions.
* chore(issues): make bug_report an issue formThomas Vigouroux2021-08-232-57/+60
|
* Issue template: use details for nvim --version outputSantos Gallegos2021-01-311-3/+13
|
* Update bug report to add update informationsThomas Vigouroux2020-11-271-0/+8
|
* Use <details> for checkhealth output in bug report templateStephan Seitz2020-07-061-3/+8
| | | | | | The output of checkhealth can be quite lengthy. Plus fix position of *** to make text render bold
* Update issue templatesThomas Vigouroux2020-06-143-0/+66
Add some issue templates