From abdfbe499faadeaaaa87b1295d6b97e8a86e8116 Mon Sep 17 00:00:00 2001 From: Anirudh Sevugan Date: Mon, 3 Feb 2025 22:04:07 +0530 Subject: [PATCH] Update README.md --- contrib/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/README.md b/contrib/README.md index b87f0ed..97e9f0a 100644 --- a/contrib/README.md +++ b/contrib/README.md @@ -24,4 +24,4 @@ If your contribution pleases reviewers enough, it will eventually be added to th 2. Contributions should *not* contain any errors. To test any errors in your source code, try compiling your app. In the AI2 version, any errors would be either runtime errors, bugs that cause the app to freeze or unexpectedly stop, or duplicate event blocks. In the Flutter version, any errors would either be syntax errors, bugs that cause the app to freeze or unexpectedly stop, or runtime errors. -3. Keep code organized. Make separate folders if possible. +3. Keep code organized. Make separate folders if possible. (for example, *the first version should be a subfolder. Inside there will be folders for patches (like one folder for 1.x...*)