aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
Commit message (Collapse)AuthorAge
...
* docs(CONTRIBUTING.md): use gh instead of hub; correct uncrustify linkzeertzjq2021-12-02
|
* chore: add default luarc.json for Lua development (#16487)Gregory Anders2021-12-01
| | | | | | | | | | The Sumneko Lua language server has matured quite a bit and many Neovim developers use it while working on Neovim. Having a default configuration for Neovim development is a nice convenience (and dovetails well with the auto-generated compile_command.json for C development). The file is shipped under `contrib` and users can make use of it by symlinking to `.luarc.json` in the project root.
* docs(contrib): recommend `nvim --clean` #15917Christian Clason2021-10-05
|
* fix(docs): uncrustify.cfg location #15817kylo2522021-10-02
|
* docs: update preferred commit message style for the static analyzer PRsDundar Göc2021-10-01
|
* docs(CONTRIBUTING.md): how to use uncrustify #15780Dundar Göc2021-09-25
| | | | close #15780
* docs: naming conventionsJustin M. Keyes2021-09-09
|
* docs: .git-blame-ignore-revs #15510Justin M. Keyes2021-08-28
|
* docs #15447Justin M. Keyes2021-08-21
| | | | | - update ":help 'hidden'" #15410 - update ":help K" #15398 - try to capture some of the debug steps from #12036 (bpftrace, USDT probes)
* docs: update pull request workflow #15243dundargoc2021-08-17
| | | | The WIP, RFC and RDY stage workflow is outdated and unnecessary. The new workflow utilize the draft pull request on GitHub.
* docs: elaborate on commitlint rules (#15322)dundargoc2021-08-09
| | | linter requires lowercase at start and no period at end of description
* docs: fixed link to label "good-first-issue" (#15239)dundargoc2021-08-02
|
* docs: add description of each typeDundar Göc2021-08-01
|
* chore: use codespell to spell check #15016dundargoc2021-07-07
|
* Update CONTRIBUTING.md: mention ASAN/UBSAN for runtime errorsBjörn Linse2021-06-30
|
* docs(contributing): update commit message instructions (#14758)Michael Lingelbach2021-06-10
| | | we are changing the way we write commits to increase automation. This commit explains how to write commit messages.
* doc: link wiki on how to improve/build docMatthieu Coudron2021-01-27
| | | | We generate some part of the doc from lua which complexifies the process a bit so we've added a wiki page explaining this.
* build: Rename TRAVIS_CI_BUILD variable to CI_BUILDJames McCoy2020-11-13
|
* CONTRIBUTING.md: mention "good first issue" labelBjörn Linse2020-01-29
|
* doc [ci skip] #11656Justin M. Keyes2020-01-12
|
* build/doc/CI: remove/update quickbuild references #11258Justin M. Keyes2019-10-19
|
* doc [ci skip] #10383Justin M. Keyes2019-07-19
| | | | - test/README.md: document luassert `TableFormatLevel` - CONTRIBUTING.md: absorb parts of the old "Development tips" wiki page
* doc [ci skip] #9478Justin M. Keyes2019-01-26
| | | | | | | | | | | | - Lua - developer guidelines - MAINTAIN.md - TUI: cleanup - TUI: mention Windows terminfo builtins - cleanup if_pyth, redirect python-bindeval tag Helped-by: Björn Linse <bjorn.linse@gmail.com> Helped-by: erw7 <erw7.github@gmail.com>
* doc: CONTRIBUTING.mdJustin M. Keyes2019-01-08
|
* doc: job/channel, misc #7783Justin M. Keyes2018-06-11
| | | | | | | | | | | doc: termios defaults. ref #6992 doc: :help shell-powershell doc: provider: Python minimum version is 2.7, 3.4 doc: remove :!start special-case. #5844 doc: mention #7917 change which accepts empty Array for Dictionary parameter doc: <Cmd> pseudokey doc: lmap change #5658 doc: -s, -es
* docJustin M. Keyes2017-12-10
| | | | closes #7622
* doc: how to enable ASan/UBSanJustin M. Keyes2017-07-29
|
* docJustin M. Keyes2017-07-29
|
* doc: *standard-path*, *$NVIM_LOG_FILE*Justin M. Keyes2017-06-07
|
* doc: clang scan-buildJustin M. Keyes2017-06-06
|
* docJustin M. Keyes2017-05-21
|
* CONTRIBUTING.md: Fix ri aliasZyX2017-05-08
|
* doc: api-contract, CONTRIBUTING.mdJustin M. Keyes2017-04-19
|
* doc/CONTRIBUTING.md: Recommend merge-based workflow.Nikolai Aleksandrovich Pavlov2017-04-19
| | | | References #6435
* doc: QuickBuildJustin M. Keyes2017-01-31
|
* doc: CONTRIBUTING.md (#5239)Anmol Sethi2016-08-23
|
* docJustin M. Keyes2016-08-10
|
* doc: precision, concision, elisionJustin M. Keyes2016-06-03
| | | | | | | | Single point of truth (SPOT): Do not sprinkle "contributing" guidelines across various resources; CONTRIBUTING.md is the authority. DRY: Do not repeat guidelines in CONTRIBUTING.md which are covered by ISSUE_TEMPLATE.md
* CONTRIBUTING.md: Remove outdated infoMichael Reed2016-01-08
| | | | | | | | | | - Remove mention of "build-issues" and "runtime-issues" sections from the "Troubleshooting" page; they're already mentioned at the top of the section: "Before reporting an issue, see the ...". - As of [1], clint-ignored-files.txt isn't used anymore. [1]: 57eaefbb232c18ea2fa44801eb30f0727278c6f6
* CONTRIBUTING.md: Fix broken sentenceMichael Reed2015-11-26
|
* Remove all invalid nvimrc and ngvimrc referencesMarco Hinz2015-11-11
| | | | | | | | | | "vimrc" refers to all files that are used to configure Neovim. The main configuration file is init.vim nowadays. All nvimrc references that are left refer to a local ".nvimrc" which is read if 'exrc' is set. ".ngvimrc" references were completely wiped. Closes #3552.
* doc: Remove CLA requirement.Justin M. Keyes2015-10-27
| | | | Closes #3036
* CONTRIBUTING.md: Fix broken links #2702Michael Reed2015-05-19
| | | | The wiki has had a dedicated "Troubleshooting" page for a while now.
* CONTRIBUTING: Mention the wiki's troubleshooting & FAQ articlesMichael Reed2015-04-21
| | | | [ci skip]
* Change neovim.org references to neovim.ioThiago de Arruda2015-04-19
|
* CONTRIBUTING.md: ReviewMichael Reed2015-04-01
| | | | | Helped-by: Florian Walch <florian@fwalch.com> Helped-by: oni-link <knil.ino@gmail.com>
* CONTRIBUTING.md: Misc improvementsMichael Reed2015-03-27
| | | | | | | | | | | | | | | | | | - In general, many sections have been expanded a lot. - Defer to the wiki when it makes sense. - Rewrite a bunch of things to be clearer. There is a lot more verbosity, but clarifying as many items as we can in this document is preferable to it being done later in the issue tracker. (alphabetically sorted) Helped-by: David Granström <david@davidgranstrom.com> Helped-by: Florian Walch <florian@fwalch.com> Helped-by: John Szakmeister <john@szakmeister.net> Helped-by: Justin M. Keyes <justinkz@gmail.com> Helped-by: Martin Kopischke <martin@kopischke.net> Helped-by: oni-link <knil.ino@gmail.com> [ci skip]
* tools: add .clang-formatFelipe Morales2015-01-26
| | | | | | | | | | Configuration for clang-format and related utilities. Examples: clang-format -style=file <file> git clang-format -style=file <commit> git diff -U0 HEAD^ | clang-format-diff.py -i -p1 -style=file
* CONTRIBUTING.md: Add link to CLA.Florian Walch2014-10-31
|
* CONTRIBUTING.md: more guidance on cosmetic changes #1346Kartik Agaram2014-10-30
|