From 6b6e5386b2b49643625c0e9920cf77d393cda419 Mon Sep 17 00:00:00 2001 From: John Henderson Date: Tue, 9 Jan 2024 20:59:24 +0000 Subject: [PATCH] Add details on reviewers and style to PR tips. Co-authored-by: Manu Sporny --- CONTRIBUTING.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f68aa39..cc528ae 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -71,9 +71,11 @@ rendering of API files* ### Pull request reviewers Reviewers should be added by the pull requester. -A "healthy" number of reviewers is good. +A "healthy" number of reviewers, usually at least 3 people +other than yourself, is good. ## Edit style guide The following are style tips when editing the specification. - Try to have max of 80 char (do hard wrap, not auto wrap) -- Left justify text \ No newline at end of file +- Indent HTML to the proper level using two-spaces per level. +- Left justify prose to the first column \ No newline at end of file