summaryrefslogtreecommitdiff
path: root/docs/CONTRIBUTING.md
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite the contribution guidelines.Robert Ancell2022-11-131-22/+92
| | | | In particular set the expectation for reviews and document when MRs will be closed due to inactivity.
* Split code of conduct into separate documentRobert Ancell2022-11-131-185/+0
|
* Fix broken link to communication guidelines, by fixing the name of this sectionRobert Ancell2022-11-101-1/+1
|
* Switch to 'main' everywhereGeorges Basile Stavracas Neto2022-04-261-1/+1
|
* docs: Fix markdown formattingGeorges Basile Stavracas Neto2019-07-221-2/+2
|
* docs: Document the Communication GuidelinesGeorges Basile Stavracas Neto2019-04-021-1/+138
| | | | | | | | | These are the documented guidelines for when communicating and interacting with humans. Not following the documented guidelines means the comment will be removed, or the ticket will be closed. [skip ci]
* project: Document maintainers and workflowGeorges Basile Stavracas Neto2018-07-161-5/+9
| | | | | | | | | | | | | It is important that potential contributors know who they should get in touch, who is supposed to review their work, and maintainers to know how they should introduce changes. Thus, this commit documents the current maintainers together with what they maintain, and the workflow between maintainers as well. [skip ci]
* project: Add coding style and contribution guidelinesGeorges Basile Stavracas Neto2018-05-021-0/+71
And also update the README file.