summaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.markdown
Commit message (Collapse)AuthorAgeLines
* add hint to markdownlintNorwid Behrnd2022-11-30-0/+3
| | | | | | In the longer term, the use of a linter (similar to pylint for Python) may contribute to easier maintenance of the markdown files and consistent display of the content on the web page.
* additional polish with markdownlintNorwid Behrnd2022-11-30-5/+8
| | | | | | Accounts for most of the remaining suggestions by markdownlint.[1] [1] https://github.com/markdownlint/markdownlint, version 0.12.0.
* adjust third level of indentation (manual)Norwid Behrnd2022-11-30-2/+2
|
* manual adjustments, second level of indentationNorwid Behrnd2022-11-30-18/+18
| | | | | | Manual adjustments and light edits to stay within the 80 character limit per line. Manual dedent of second level entries met in the lower part of the document.
* use asterisk for second level bullet pointsNorwid Behrnd2022-11-30-10/+10
| | | | | Running `sed -i "s/^ +/ */" CONTRIBUTING.markdown`. This is to be complemented by a manual correction in the lower section, too.
* consistent mark-up first level bullet listNorwid Behrnd2022-11-30-11/+11
| | | | An instance of `sed -i "s/^-/*/" CONTRIBUTING.markdown`.
* replace tabulator spaces by explicit spacesNorwid Behrnd2022-11-30-13/+13
| | | | An instance of `sed -i "s/\t/ /g" CONTRIBUTING.markdown`.
* [Update CONTRIBUTING.markdown] removed 'of' (#4114)Nathan Sit2022-01-03-2/+2
|
* [CONTRIBUTING.markdown] Change "buid" to "build"Barton Stanley2020-01-31-1/+1
|
* Revert "Nixify so it can be easily developed on Nix"Adam Bard2019-11-02-8/+0
|
* Nixify so it can be easily developed on NixJavier Candeira2019-08-31-0/+8
|
* Add infos about the "category" header in CONTRIBUTING.mdPierre-François Clement2019-03-08-0/+2
|
* Highlighting fixDivay Prakash2018-11-18-1/+1
|
* Update local site building instructionsDivay Prakash2018-11-18-3/+8
|
* Add local build instructions, closes #3396Divay Prakash2018-11-17-0/+18
|
* Update CONTRIBUTING.markdownAdam Bard2017-11-13-0/+7
|
* Remove the byte order mark from the Czech Javascript file. This file… (#2509)samcv2016-10-26-0/+3
| | | | | | | | * Remove the byte order mark from the Czech Javascript file. This file wasn't showing up on the site before but this will fix it :) * Add info on how to check if a file has a byte order marker to the CONTRIBUTING file * Fit into 80 columns width
* Resolve conflicts from mergeHunter Stevens2016-02-15-22/+34
|
* Add contributing-specific fileHunter Stevens2015-10-23-0/+58