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
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -39,11 +39,16 @@ There are two ways of writing a feature or fixing a bug. Sometimes the quick sol
39
39
40
40
Consider the benefits you get:
41
41
42
-
- 🚀 Higher efficiency: Your code is examined for efficiency and interoperability with existing features by the community.
43
-
- 🛡 Stronger security: Your code is scrutinized for bugs and vulnerabilities and automated checks help to identify security issues that may arise in the future.
44
-
- 🧬 Continuous improvement: If your feature is used by others it is likely to be continuously improved and extended by the community.
45
-
- 💝 Giving back: You give back to the community that contributed to make the Parse Platform become what it is today and for future developers to come.
46
-
- 🧑🎓 Improving yourself: You learn to better understand the inner workings of Parse Server, which will help you to write more efficient and resilient code for your own application.
42
+
-#### 🚀 Higher efficiency
43
+
Your code is examined for efficiency and interoperability with existing features by the community.
44
+
-#### 🛡 Stronger security
45
+
Your code is scrutinized for bugs and vulnerabilities and automated checks help to identify security issues that may arise in the future.
46
+
-#### 🧬 Continuous improvement
47
+
If your feature is used by others it is likely to be continuously improved and extended by the community.
48
+
-#### 💝 Giving back
49
+
You give back to the community that contributed to make the Parse Platform become what it is today and for future developers to come.
50
+
-#### 🧑🎓 Improving yourself
51
+
You learn to better understand the inner workings of Parse Server, which will help you to write more efficient and resilient code for your own application.
47
52
48
53
Most importantly, with every contribution you improve your skills so that future contributions take even less time and you get all the benefits above for free — easy choice, right?
0 commit comments