From 83948f8fe4a5c7ccfa0f9f5dba30c11008d91798 Mon Sep 17 00:00:00 2001 From: ariel Date: Thu, 20 Feb 2025 13:54:09 -0800 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: Varun Saini <61795485+vrn-sn@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8e485431..e2925fb1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,7 @@ Of course, feel free to [create a pull request](https://help.github.com/articles ## Features If you're thinking of adding a new feature to the language, library, analysis tools, etc., please *don't* start by submitting a pull request. -Luau team has internal priorities and a roadmap that may or may not align with specific features, so before starting to work on a feature please submit an issue describing the missing feature that you'd like to add. +The Luau team has internal priorities and a roadmap that may or may not align with specific features, so before starting to work on a feature, please submit an issue describing the missing feature that you'd like to add. For features that result in observable change of language syntax or semantics, you'll need to [create an RFC](https://github.com/luau-lang/rfcs/blob/master/README.md) to make sure that the feature is needed and well designed.