summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
AgeCommit message (Collapse)Author
2022-07-12release: telescope 0.1.0 (#2067)Simon Hauser
2021-11-13chore: render nvim version as markdownSimon Hauser
2021-09-17chore(form): render checkhealth as markdownChristian Clason
2021-09-16docs: rewrite readme and add missing config values + builtin optsSimon Hauser
2021-09-01chore: revert issue template to valueChristian Clason
2021-08-26Update bug_report.ymlChristian Clason
add placeholders
2021-08-13chore: remove obsolete git opts from minimal.luaChristian Clason
...now that @Conni2461 did some spring cleaning on plenary ;)
2021-08-13chore: speed up bootstrap for minimal.luaChristian Clason
* use `git://` protocol * omit `--no-single-branch` (since plenary contains stale branches with large objects)
2021-08-13chore: convert bug issue template to form (#1110)Christian Clason
Replace Markdown template with Github form and add more robust minimal `init.lua`. Also add a link to Gitter for support questions.
2021-08-11doc: Update information about popup.nvim (#1103)TJ DeVries
* doc: Update information about popup.nvim * fixup: Got rest of popup.nvim mentions
2021-07-01feat: Consistent and sensible layout_config (#922)TJ DeVries
* feat: Consistent and sensible layout_config * [docgen] Update doc/telescope.txt skip-checks: true * [WIP]: Thu 17 Jun 2021 03:36:44 PM EDT * [WIP]: Thu 17 Jun 2021 03:38:11 PM EDT * layout_default -> layout_defaults * remove options from bug repot * Conni2461 suggestions: part 1 * [docgen] Update doc/telescope.txt skip-checks: true * Conni2461 suggestions: part 2 * [docgen] Update doc/telescope.txt skip-checks: true * Linting * Improve deprecation checks - Move `layout_defaults` handling to `deprecated.lua` - Check for "layout keys" outside of `layout_config` on `setup` * fixup: Just add a few more words Co-authored-by: Luke Kershaw <35707277+l-kershaw@users.noreply.github.com> Co-authored-by: Github Actions <actions@github>
2021-01-11feat: add feature request issue template (#418)Simon Hauser
2020-11-24Fix the bug report template to suggest -uJulian Berman
I *assume* this is what the intention here is? I.e. to say to use the test.vim as the config. I don't think `-N` does anything either, but let me know if I'm wrong.
2020-11-18Update issue templatesTJ DeVries