From 869f9190fbe8fc0d877f5812e444446b5eb4a723 Mon Sep 17 00:00:00 2001 From: Lucas <169063936+mustbeperfect@users.noreply.github.com> Date: Sun, 9 Mar 2025 19:09:57 -0700 Subject: [PATCH] Began "What is Open Source" in guidelines --- GUIDELINES.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/GUIDELINES.md b/GUIDELINES.md index 779758d..23229d2 100644 --- a/GUIDELINES.md +++ b/GUIDELINES.md @@ -34,7 +34,11 @@ To avoid the clutter trap that many other lists succumb to as they scale, only t - ```⚠️``` The project should have a clear roadmap or general path and the means to deliver this goal ### 5. Quality -- ```✅``` The project should be competent and decently good quality. +- ```✅``` The project should be competent and decently good quality. + +## What is Open Source? (In Development) +The project should abide by the [Open Source Definition (OSD)](https://opensource.org/osd). +The project's license should be an [OSI Approved License](https://opensource.org/licenses). If not, it should fall under the OSD. ## Examples