summaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
AgeCommit message (Collapse)Author
2021-07-07Style the CONTRIBUTING guideJohn Bampton
2021-06-19Enable markdownlint rule MD046 code-block-styleJohn Bampton
Fix C Markdown code block style
2021-06-17Standardize commands inside backticksJohn Bampton
Remove whitespace
2021-05-04Add documentation on spell checking with misspellJohn Bampton
2021-04-16feat(CI): add the GitHub Super LinterJohn Bampton
The GitHub Super Linter is a more robust and better supported tool than the current GitHub Actions we are using. Running these checks: ERROR_ON_MISSING_EXEC_BIT: true VALIDATE_BASH: true VALIDATE_BASH_EXEC: true VALIDATE_EDITORCONFIG: true VALIDATE_MARKDOWN: true VALIDATE_SHELL_SHFMT: true VALIDATE_YAML: true https://github.com/marketplace/actions/super-linter https://github.com/github/super-linter Added the GitHub Super Linter badge to the README. Also updated the pre-commit framework and added more documentation on pre-commit. Added one more pre-commit check: check-executables-have-shebangs Added one extra check for merge conflicts to our GitHub Actions. EditorConfig and Markdown linting. Minor grammar and spelling fixes. Update linter.yml
2021-03-01feat: add pre-commit frameworkJohn Bampton
2021-01-26Clarify that contributors agree with MIT license in `CONTRIBUTING.md`.Yukihiro "Matz" Matsumoto
2020-12-19🔒 Fix missing HTTPS on linksJohn Bampton
2020-11-21Remove 2 restrictions from `CONTRIBUTING.md`; close #5159Yukihiro "Matz" Matsumoto
* Allow mixed declarations, especially loop variables * Allow C++ style commends `//`
2020-10-12Small updates on documents:Yukihiro "Matz" Matsumoto
- README.md - CONTRIBUTING.md - doc/limitations.md
2019-12-21Abandon `minirake`. Use `rake` for compilation; fix #4884Yukihiro "Matz" Matsumoto
2019-09-10Refine documentation for C99 compliance; ref #4685 [ci skip]KOBAYASHI Shuji
The refinement was based on comment from @matz.
2015-06-19Fix typos in documentation and error messages [skip ci]Anton Davydov
2014-09-21Wrap CONTRIBUTING.md to 80 columnsEric Hodel
2014-07-03Add a caution to Your Pull Request document.Jun Hiroe
2013-03-01Fix styleguide based on @cremno's inputDaniel Bovensiepen
2013-03-01Modification of CONTRIBUTING.mdDaniel Bovensiepen
Some minor fixes of the  CONTRIBUTING.md file.
2012-09-18re-formulate some sentencesDaniel Bovensiepen
2012-09-18Emphasis commandsDaniel Bovensiepen
2012-09-18Add a contribution information fileDaniel Bovensiepen