From eb93647144aefd6b13d19adc686dae771bf0dab8 Mon Sep 17 00:00:00 2001 From: Shane Utt Date: Thu, 30 Nov 2023 11:50:53 -0500 Subject: [PATCH] docs: clarify project status in README.md Signed-off-by: Shane Utt --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 58279962..67f1da3a 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,16 @@ Current project goals are the following: After these goals are achieved, further goals may be decided. +Given the goals and nature of this project, and the fact that everyone who works +on it is a volunteer, we try to optimize for time with a highly iterative +development approach. This project follows a **"Work -> Right -> Fast"** development +mentality, which is to say for any functionality or feature we focus on making sure +it **_works_** at a basic level first, then we'll focus on making it **_work right_**, +and then once we're happy with the code quality we'll move on to making it **_faster_** +and more efficient. This project is **currently still very much in the early parts of +the work stage and so the code may be a little rough and/or incomplete**. We would love +to have _you_ join us in iterating on it and helping us build it together! + > **Note**: [TLSRoute][tlsroute] support may be on the table, but we're looking > for someone from the community to champion this.