aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
Commit message (Collapse)AuthorAge
* docs(gh): use new issue typesChristian Clason2025-01-17
|
* docs: link to discussions instead of stackoverflowJustin M. Keyes2024-09-20
|
* docs: prefix LSP bug report titleJustin M. Keyes2024-09-20
|
* docs: update FAQ URLs #27236Justin M. Keyes2024-01-28
|
* docs: include backtrace for bug-crash #27065Jongwook Choi2024-01-28
| | | | | | | | | | | | Github Issue template: - Add pointers to |dev-tools-backtrace|. - Add pointers to CONTRIBUTING.md (Reporting Problems), which includes additional helpful instructions for issue reporting. - Search existing issues: include label `bug-crash` as well as `bug`. CONTRIBUTING.md: - Fix broken link on "stacktrace" after moving to help from wiki.
* docs: move minimum reproduction template from wiki to repodundargoc2023-12-12
| | | | | Instead of a markdown file, just use a lua file instead that users can use directly.
* docs: recommend testing nightly or stable for bug reportsdundargoc2023-11-25
|
* feat(issue_template): instruct not to include a package managerLewis Russell2023-08-27
|
* feat: add link in issue template to minimal config templateLewis Russell2023-04-28
|
* docs(gh): suggest distclean in issue template (#23222)luukvbaal2023-04-21
|
* docs: naming conventions, guidelinesJustin M. Keyes2023-02-22
| | | | close #21063
* fix: lsp github issue template example (#22285)Kiyoon Kim2023-02-16
|
* project: "steps to reproduce" in lsp_bug_report #21932Mathias Fußenegger2023-01-23
|
* project: rearrange ISSUE_TEMPLATE/bug_report.ymlJustin M. Keyes2023-01-05
| | | | | | | | | | Problem: The "system info" fields in the bug report take up a lot of space at the top. That hides the most relevant part of the bug report. To read the actual bug, you always have to scroll down. Solution: Move the "system info" fields to the bottom.
* project: update feature request templateJustin M. Keyes2023-01-03
| | | | - Ask for problem/solution format. - Drop "Vim version" field, it is usually empty and takes up too much space.
* docs: refer to vim.lsp.start() in LSP issue template #20422Mathias Fußenegger2022-10-02
| | | The nvim-lspconfig minimal_init.lua is not exactly minimal.
* chore: remove lspconfig checkhealth from issue template (#16948)Michael Lingelbach2022-01-05
|
* chore: disable creating a blank issueChristian Clason2021-11-11
|
* docs(contrib): recommend `nvim --clean` #15917Christian Clason2021-10-05
|
* docs: issue templatesJustin M. Keyes2021-08-22
|
* docs: issue templatesJustin M. Keyes2021-08-22
|
* chore: link to Discourse when choosing issue template for user questionsDundar Göc2021-08-13
|
* ci: make all questions mandatory in bug templateDundar Göc2021-08-10
|
* ci(forms): fix "vim" description in bug templateChristian Clason2021-08-07
| | | Make clear that the version should be specified in any case, including patch level
* chore: fix lsp bug issue templateChristian Clason2021-07-29
| | | correct description for expected behavior
* chore: fix bug issue template formChristian Clason2021-07-29
| | | description for "expected behavior" was wrongly attached to "actual behavior"
* chore: remove checkbox from issue templateChristian Clason2021-07-26
| | | Checkboxes trigger "task lists", which add noise.
* chore: update LSP bug report with Github issue forms (#15159)dundargoc2021-07-25
|
* chore: update feature request template by using Github issue forms. (#15158)dundargoc2021-07-25
|
* chore: update bug report template by using Github's new issue forms (#15152)dundargoc2021-07-25
|
* template: make sure people read :h vim-differencesMarco Hinz2021-05-02
|
* issue template: add reference to discourse and minimal config in lsp issue ↵Michael Lingelbach2021-04-05
| | | | template
* docs: Change nvim_lsp to lspconfigrockerBOO2020-11-16
|
* docs: Update ISSUE_TEMPLATE for lsp_bug_reportrockerBOO2020-11-16
|
* issue template: fix label syntax for lsp bug reportHirokazu Hata2020-06-11
|
* add GitHub issue template for lspHirokazu Hata2020-06-11
|
* doc [ci skip] #10177Justin M. Keyes2019-06-30
ref #10278 #10279 #10353