From eed3969ea17951002ee189e01f913cdb6189847e Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 13 Aug 2017 23:27:48 +0300 Subject: [PATCH] Add the infinitive "to" particle. --- ContributorGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ContributorGuidelines.md b/ContributorGuidelines.md index 12eaa4a..fc83060 100644 --- a/ContributorGuidelines.md +++ b/ContributorGuidelines.md @@ -48,4 +48,4 @@ As an example of application of previous ideas, (semi-serious) "Django criteria" * If you write your own code, and there's another way to achieve it with other existing features, please just do it this other way. * If you port existing code, you'll likely find out that a lot of features missing, so adding all of them will be a lot of work, and will bloat MicroPython, and adding just one or few won't make a big difference. (So, just keep *porting*, by patching existing code to use facilities MicroPython already provides.) -* However, if you tried to run a big, well-known package, like Django, and found that only few features are missing to run it out of the box, without any patching, then we definitely would like to add them to be able claim that MicroPython can run Django ;-). +* However, if you tried to run a big, well-known package, like Django, and found that only few features are missing to run it out of the box, without any patching, then we definitely would like to add them to be able to claim that MicroPython can run Django ;-).