Confirmed users
236
edits
(→Review it yourself: adding additional tips) |
|||
Line 51: | Line 51: | ||
=== Review it yourself === | === Review it yourself === | ||
* We use the past tense when writing about vulnerabilities | * We use the past tense when writing about vulnerabilities. | ||
* The titles of bugs do *not* use Title Case, they use Sentence Case. | * The titles of bugs do *not* use Title Case, they use Sentence Case. | ||
* Function names and objects should be enclosed with <code> tags | * The title should be a full sentence. | ||
* Function names and objects should be enclosed with <code> tags. | |||
* Description of the bug should not credit/mention the bug reporter again. | |||
* Check the ESR version number for decimal errors (e.g., 78.6000001). | |||
* Do not include IRC nicks in the reporter field. | |||
* JavaScript not javascript | * JavaScript not javascript | ||
* use-after-free not 'use after free' | * use-after-free not 'use after free'. | ||
* Check if there are no community members on the rollup, and if so, remove that bit | * Check if there are no community members on the rollup, and if so, remove that bit. | ||
=== Assign CVEs === | === Assign CVEs === |