summaryrefslogtreecommitdiff
path: root/docs/NEW-PROTOCOL.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: address proselint nitsDaniel Stenberg2021-11-261-4/+4
| | | | | | | | | - avoid exclamation marks - use consistent number of spaces after periods: one - avoid clichés - avoid using 'very' Closes #8060
* docs: reduce/avoid English contractionsDaniel Stenberg2021-11-071-4/+4
| | | | | | | | | | | You're => You are Hasn't => Has not Doesn't => Does not Don't => Do not You'll => You will etc Closes #7930
* docs: fix typos in NEW-PROTOCOL.mdEmil Engler2021-01-171-2/+2
| | | | | | This fixes a misspelled "it" and a grammatically wrong "-ing" suffix. Closes #6471
* NEW-PROTOCOL: document what needs to be done to add oneDaniel Stenberg2020-12-011-0/+110
Closes #6263