aboutsummaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
...
* ci: use rhysd action instead for installing neovim (#1312)Michael Lingelbach2021-10-151-21/+8
|
* chore: update bug_report.ymlMichael Lingelbach2021-09-291-1/+1
|
* chore: add feature request form (#1255)Christian Clason2021-09-123-14/+25
|
* chore: improve issue templates (#1253)Christian Clason2021-09-124-48/+89
| | | | | * chore: disable blank issue template, add Discourse link * chore: turn issue template into form
* docs: issue template formatting (#1202)Justin M. Keyes2021-08-291-2/+8
| | | The <details> element is very sensitive, code blocks will not render if there is not a newline after <summary>.
* ci: run codespell on pull requests (#1101)dundargoc2021-07-251-0/+21
|
* Update commit_lint.ymlMichael Lingelbach2021-07-181-1/+1
|
* ci: switch to GHA for commit lint (#982)Michael Lingelbach2021-07-181-0/+12
|
* ci: fix workflow so vimdocgen runs sequentially (#1085)Michael Lingelbach2021-07-172-56/+49
|
* ci: lint and format with styluaMichael Lingelbach2021-07-031-0/+11
|
* Update issue templateCédric Barreteau2021-06-121-2/+2
|
* Update vimdoc.ymlMichael Lingelbach2021-05-211-0/+2
|
* docgen: explicitly allow pushing commitsMarco Hinz2021-05-161-0/+2
| | | | | | | | | | We default to read-only permissions for the "contents" scope: https://github.com/neovim/nvim-lspconfig/settings/actions Explicitly allow pushing commits. https://docs.github.com/en/rest/reference/permissions-required-for-github-apps#permission-on-contents
* docgen: try to fix docgen authentication issuesMichael Lingelbach2021-05-011-9/+4
|
* Fix docgen github actionMichael Lingelbach2021-05-011-0/+3
|
* ci: fix babelfishMichael Lingelbach2021-04-091-1/+1
|
* docgen: add vimdoc pipeline with babelfishMichael Lingelbach2021-03-271-0/+54
|
* docgen: remove CI trigger for PRs, only pushes to masterMichael Lingelbach2021-01-231-3/+5
|
* Merge pull request #693 from mjlbach/feature_request_templateMichael Lingelbach2021-01-231-0/+13
|\ | | | | Feature request template
| * Add feature request templateMichael Lingelbach2021-01-231-0/+13
| |
* | Update bug_report.mdMichael Lingelbach2021-01-201-1/+1
|/
* Update bug_report.mdMichael Lingelbach2021-01-151-1/+1
| | | Reiterate that you should updated your neovim nightly release before filing issues.
* Update bug_report.mdMichael Lingelbach2021-01-071-0/+1
|
* Issue template: add minimal init.lua to repo and clean up issue templateMichael Lingelbach2021-01-071-7/+19
|
* templates: update pr template to CONFIG.md from README.mdMichael Lingelbach2021-01-041-1/+2
|
* Update bug report template (#480)Michael Lingelbach2020-12-291-1/+7
| | | Update bug report template
* Fix macos CI Michael Lingelbach2020-12-291-0/+1
| | | see: https://github.com/neovim/neovim/pull/13584
* Fix docgen github action to use CONFIG.md instead of README.mdMichael Lingelbach2020-12-281-1/+1
|
* CI: Remove cmake from MacOS install (already installed?)Stephan Seitz2020-08-301-1/+1
|
* Run lint as sudo to make CI pass againStephan Seitz2020-08-281-1/+1
|
* Add pull_request_template.mdDheepak Krishnamurthy2020-07-031-0/+10
|
* dartls: remove calling error in detecting cmdHirokazu Hata2020-02-231-7/+0
| | | | ref: #140
* github action: add test for macosHirokazu Hata2020-05-211-1/+13
|
* Makefile: add lint commantHirokazu Hata2020-05-211-2/+1
|
* github action: add test actionHirokazu Hata2020-05-211-0/+41
|
* issue template: update issue templateHirokazu Hata2020-03-081-1/+2
|
* [upgrade] acitons/checkout v1 -> v2kazukazuinaina2020-03-042-2/+2
|
* gh actions: Add Dart lang to docgen action enviromentHirokazu Hata2020-02-221-0/+7
| | | | fix: #139
* Add github issue template for bug reportHirokazu Hata2020-02-131-0/+22
|
* CI: luacheck #86Hirokazu Hata2019-12-312-1/+23
|
* Improve docgen (#27)Ashkan Kiani2019-11-171-1/+1
| | | | | - Automatically generate the `Implemented servers` section. - Remove dependency on `cat` - Provide scripts/docgen.sh which actually reports errors.
* Add github actions for docgen (#7)Ashkan Kiani2019-11-141-0/+34
* Create main.yml * Update CONTRIBUTING and REAMDE. Explain that Github Actions generate README.