From 3a253ea205670fea68f097d927010728f2e14fb3 Mon Sep 17 00:00:00 2001 From: Andrew Pareles <43356051+andrewpareles@users.noreply.github.com> Date: Wed, 11 Sep 2024 01:48:13 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 53e15e43..001a8b88 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,6 +9,8 @@ There are 3 main ways to contribute: - Improve Documentation - Build New Features +We're in very early stages and building quickly. We welcome all new contributions! + See the [Roadmap](#roadmap) section for a list of the most important features to build, or feel free to build your own features. We use a [VSCode extension](https://code.visualstudio.com/api/get-started/your-first-extension) to implement most of LineMage's functionality. Scroll down to see 1. How to contribute to the Extension, or 2. How to contribute to the full IDE (for more native changes).