summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help/dev: Adopt clang-format instructions in coding guideBrad King2017-04-191-12/+2
| | | | | Simplify the `CONTRIBUTING.rst` document by moving the code style section over to our dedicated coding guide and linking to it instead.
* CONTRIBUTING: Add link to review process documentBrad King2017-03-031-0/+3
|
* CONTRIBUTING: Add link to development documentation READMEBrad King2017-03-031-0/+5
|
* CONTRIBUTING: Add note about running developer setup scriptBrad King2017-03-031-0/+2
|
* CONTRIBUTING: Document contribution through the Kitware GitLab InstanceBrad King2016-09-281-9/+13
| | | | | Replace the instructions that routed patches to the mailing list with new instructions routing them to our GitLab instance.
* CONTRIBUTING: Reference clang-format helper script for code styleBrad King2016-09-281-0/+2
|
* CONTRIBUTING: Add a section on coding styleBrad King2016-05-161-0/+10
| | | | Document that we now define our coding style with `clang-format`.
* Replace http://www.cmake.org URLs with https://cmake.orgBrad King2015-09-251-1/+1
| | | | | | | The latter is now the preferred URL for visiting cmake.org with a browser. Convert using the shell code: git ls-files -z | xargs -0 sed -i 's|http://www\.cmake|https://cmake|g'
* CONTRIBUTING: Spell "offered" correctlyBrad King2015-07-021-1/+1
| | | | Reported-by: Radovan Bast
* Simplify and clarify credit text and linkBrad King2014-06-031-2/+2
| | | | | Use the name "Kitware" rather than "Kitware, Inc." to simplify the text. Provide a CMake-specific URL.
* README: Credit Kitware and community of contributorsBrad King2014-02-031-0/+5
|
* Update README and add guidelines for CONTRIBUTINGBrad King2014-01-291-0/+29
Rename 'Readme.txt' to 'README.rst', format the documentation as reStructuredText, and modernize the content. Also add a new 'CONTRIBUTING.rst' explaining the preferred entry path for new contributors.