Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VBproDev authored Oct 15, 2024
1 parent 450cb00 commit 3d9c8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<p><a href="https://github.com/VBproDev/Canvascript/issues/12" target="_blank">#12</a> Resolved <a href="https://github.com/VBproDev/Canvascript/pull/15" target="_blank">here</a></p>
<h1>Contributing guidelines</h1>
<ul>
<li><b>Add semicolons (;) after each JS line religiously</b>, This is because changes in the Typescript file are minified and compiled (into JS), where lines withput semicolons can crash the whole app</li>
<li><b>Add semicolons (;) after each Typescript line religiously</b>, This is because changes in the Typescript file are minified and compiled (into JS), where lines withput semicolons can crash the whole app</li>
<li>If you want to raise a pull request, then you should fork the linted files, then I will minify that file and accept the changes (if valid).</li>
<li>Please don't add comments or console.log statements while raising a PR, if you want you can have them in your fork</li>
<li>Use constant variables and functions as far as possible. Declare global variables globally and locals locally</li>
Expand Down

0 comments on commit 3d9c8dc

Please sign in to comment.