mirror of
https://github.com/lightning/bolts.git
synced 2024-11-19 01:50:03 +01:00
2.0 KiB
2.0 KiB
Basic checklist/stylesheet used for copy editing BOLTs — temporarily included here for reference purposes.
- spelling
- typos
- sentence structure
- sentence fragments
- run-on sentences
- dangling, misplaced modifiers
- consistent paragraph tense (e.g. past, present, future)
- passive voice (e.g. avoid 'we')
- exception:
Introduction
section
- exception:
- capitalization
- table of contents
- headers
- commonly forgotten: 'Lightning', 'ID'
- distinguish between network and currency unit
- e.g. "The Bitcoin network transfers bitcoins."
- punctuation
- correct comma, colon, semi-colon, em-dash placement
- appropriate use of parenthesis
- formatting
- single spaces between sentences
- consistent use of emphasis, strong,
code
, CAPS, 'quotes' - single line separators between paragraphs and page elements
- numbers and calculations
- spell out small (<10) amounts
- type digits and enumerations
- e.g. 'two 2-byte instances set to 0s', 'one 4-byte instance set to 1s', 'the old one is equal to 1 greater than value'
- exceptions e.g. 'non-zero (digits)', 'weight of 1 byte'
- for typed calculations
- space both sides of operators (except '^' and negative numbers)
- e.g. 5 - 3^2 * 4 = -31
- space both sides of operators (except '^' and negative numbers)
- for calculation descriptions
- write out operators
- e.g. 1 less than 3 equals 2
- write out operators
- list structure
- 2 spaces before item
- indent 2 spaces
Requirements
sections- colon after conditions
- comma before sub-items
- period at branch ends
- example:
A sending node: - MAY do this. - if this, AND this: - SHOULD do this. - otherwise: - MUST do this, - but MUST NOT...in this case.
- links
- broken links
- link text
- correct anchors/urls
- references
- format e.g. 1
- tags
- consistent usage, e.g. [TODO:], [FIXME:]