From 9e4969cb3cf35acce3c15f11bb6074a4da51543b Mon Sep 17 00:00:00 2001 From: Eric Case Date: Fri, 29 Dec 2023 13:23:16 -0800 Subject: [PATCH] Docs: Use bullet list in opinion 2 (#2746) --- documentation/opinions.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/opinions.md b/documentation/opinions.md index 1d7e6f47d..ffa5d626a 100644 --- a/documentation/opinions.md +++ b/documentation/opinions.md @@ -37,17 +37,17 @@ coworkers who aren't DNS experts. Things your coworkers should not have to know: -Your coworkers should not have to know obscure DNS technical +- Your coworkers should not have to know obscure DNS technical knowledge. That's your job. -Your coworkers should not have to know what happens in ambiguous +- Your coworkers should not have to know what happens in ambiguous situations. That's your job. -Your coworkers should be able to submit PRs to `dnsconfig.js` for you +- Your coworkers should be able to submit PRs to `dnsconfig.js` for you to approve; preferably via a CI system that does rudimentary checks before you even have to see the PR. -Your coworkers should be able to figure out the language without +- Your coworkers should be able to figure out the language without much training. The system should block them from doing dangerous things (even if they are technically legal).