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
+4-4
Original file line number
Diff line number
Diff line change
@@ -30,17 +30,17 @@ If you need inspiration on what to work on, you can check out issues tagged with
30
30
31
31
We really appreciate all input from users, community members and potential contributors. Please make sure to consider the other person's opinion and don't assume any common knowledge.
32
32
33
-
**Most importantly: Keep it professional and be nice to eachother**
33
+
**Most importantly: Keep it professional and be nice to each other**
34
34
35
-
There might be situations where others don't understand a proposed feature or have different opinions on certain writing styles. That's fine, discussions are always welcome! Communicate in clear actionables, make your plans clear and always to stick to the original topic.
35
+
There might be situations where others don't understand a proposed feature or have different opinions on certain writing styles. That's fine, discussions are always welcome! Communicate in clear actionables, make your plans clear and always stick to the original topic.
36
36
37
37
If other contributors disagree with certain proposals and don't change their mind after longer discussions, please don't get discouraged when an issue gets closed / postponed. Everyone tries their best to make the platform better, and to look at it in another perspective: Closed issues are also a highly valuable resource for others to understand technical decisions later on.
38
38
39
39
### Communicate your Time Commitment
40
40
41
41
Open Source development can be a challenge to coordinate, so please make sure to block enough time to work on your tasks and show commitment when taking on some work. Let other contributors know if your time schedule changes significantly, and also let others know if you can't finish a task.
42
42
43
-
We value your voluntary work, and of course it's fine to step back from a ticket for any reasons (we can also help you if you are getting stuck). Please talk to us in any case, otherwise we might re-assign the ticket to other contributors.
43
+
We value your voluntary work, and of course it's fine to step back from a ticket for any reason (we can also help you if you are getting stuck). Please talk to us in any case, otherwise we might re-assign the ticket to other contributors.
44
44
45
45
### Communication Channels
46
46
@@ -66,7 +66,7 @@ Always check if there are any designs for certain UI components and think about
66
66
### Technical Writing (Documentation)
67
67
68
68
- Think and write in a JS friendly mindset when explaining concepts / showing examples.
69
-
- No `foo` examples if somewhat possible. Try to establish practical context in your show case examples.
69
+
- No `foo` examples if somewhat possible. Try to establish practical context in your showcase examples.
70
70
- No references to `OCaml`. ReScript is its own language, and we don't rely on external resources of our host language.
71
71
- If possible, no references to `Reason` examples / external resources. Our goal is to migrate everything to ReScript syntax.
0 commit comments