You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Just make sure to read and respect the following rules before submitting a pull
8
8
9
9
2) Respect the code style used in the rest of the app (variable naming, tabs instead of spaces, position of curly brackets, etc.)
10
10
11
-
3) Please avoid refactoring the code, it may not be readable for you but it is for me and a refactor would make it less familiar, not to mention the time it takes to review this kind of pull request.<br />
11
+
3) Please avoid refactoring the code, it may not be readable for you but it is for me and a refactor would make it less familiar, not to mention the time it takes to review this kind of pull requests.<br />
12
12
If you really really want to do it (wow, my code really sucks ☠️), contact me first by email and convince me ([email protected]), because normally 99% of pull requests of this type will be rejected, and I don't want to waste your time.
13
13
14
14
4) If you want to make a fairly large (more than 200 lines of code) or challenging pull request, contact me first by email ([email protected]) to ensure that the change will be accepted, I repeat, I don't want to waste your time (for example, maybe you want to optimize or fine-tune one of the AI models but in the meantime I'm about to replace it with another one).
0 commit comments