aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
Commit message (Collapse)AuthorAge
* 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
|
* Update CONTRIBUTING.md and README.md #740Justin M. Keyes2014-08-26
| | | | - recommend task/subtask convention for commit messages
* update style guide URLJustin M. Keyes2014-06-23
|
* Update CONTRIBUTING.md with current infoJosh Davis2014-05-08
| | | | | | | - Finish what @ashleyh started. - Add section for Getting Started with Neovim. - Add section for commit messages. - Trim down on wording to keep it short.
* update CONTRIBUTING.mdaph2014-05-07
|
* Add the neovim style guide to the contributing guide.Chris Watkins2014-04-24
|
* Issue #66 - Add lint tool and uncrustify config. Update contributing ↵David Z. Chen2014-03-05
| | | | documentation on coding style.
* CONTRIBUTING.md: mention coding styleAshley Hewson2014-03-01
|
* Rebased the following three commits onto one another:jbranchaud2014-02-25
1. Following GitHub convention by adding a CONTRIBUTING.md file. 2. Linking to the wiki page for communicating. 3. Referencing the waffle.io page for Neovim.