From 929e1bbac14cebe08611b4371ac54459e000f1fd Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Fri, 8 Mar 2024 16:17:53 +0530 Subject: [PATCH] Less preachy --- docs/README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/docs/README.md b/docs/README.md index 33eabbbb1..565f380eb 100644 --- a/docs/README.md +++ b/docs/README.md @@ -52,17 +52,6 @@ the content. ## Have fun! -Note that we currently don't enforce these formatting standards to make it easy -for people unfamiliar with programming to also be able to make edits from GitHub -directly. - -This is a common theme - unlike the rest of the codebase where we expect some -baseline understanding of the tools involved, the docs are meant to be a place -for non-technical people to also provide their input. The reason for this is not -to increase the number of docs, but to bring more diversity to them. Such -diversity of viewpoints is essential for evolving documents that can be of help -to people of varying level of familiarity with tech. - If you're unsure about how to do something, just look around in the other files and copy paste whatever seems to match the look of what you're trying to do. And remember, writing docs should not be a chore, have fun!