From 949e89f91e591ff33918a498d661e4245b6a86d4 Mon Sep 17 00:00:00 2001 From: Dustin Rodrigues Date: Thu, 22 Apr 2021 06:51:40 -0400 Subject: [PATCH] docs: remove recommended/optional from maintainer guidelines --- docs/Maintainer-Guidelines.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/Maintainer-Guidelines.md b/docs/Maintainer-Guidelines.md index 6e1c58185b..d9d296a319 100644 --- a/docs/Maintainer-Guidelines.md +++ b/docs/Maintainer-Guidelines.md @@ -31,8 +31,7 @@ This is all that really matters: - Thank people for contributing. Checking dependencies is important, because they will probably stick around -forever. Nobody really checks if they are necessary or not. Use the -`:optional` and `:recommended` modifiers as appropriate. +forever. Nobody really checks if they are necessary or not. Depend on as little stuff as possible. Disable X11 functionality if possible. For example, we build Wireshark, but not the heavy GUI.