-
Notifications
You must be signed in to change notification settings - Fork 53
/
CONTRIBUTORS.edn
69 lines (52 loc) · 1.34 KB
/
CONTRIBUTORS.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
; Braid Contributors
; Thank you to all our contributors!
; This is an edn list that loosely follows:
; https://github.com/kentcdodds/all-contributors
; Also worth checking: Github's Network Members:
; https://github.com/braidchat/braid/network/members
[
{:name "Rafal D."
:github "@rafd"
:contributions ["project inception"]
:tags #{:code
:infrastructure
:documentation
:design
:tests
:answering-questions
:bug-reports
:pr-review
:project-management}}
{:name "James C."
:github "@jamesnvc"
:tags #{:code
:plugins
:infrastructure
:tests
:documentation
:answering-questions
:bug-reports
:pr-review}}
{:name "Brandon G."
:github "@10plusY"
:contributions ["port from Om to Reagent"
"webrtc integration"]
:tags #{:code
:plugins}}
{:name "Sam J."
:github "@sjuraschka"
:contributions ["client UX and UI improvements"]
:tags #{:code
:design}}
{:github "@CommonCreative"
:tags #{:code}}
{:name "Dominic M."
:github "@SevereOverfl0w"
:tags #{:documentation}}
{:github "@sveri"
:contributions [""]
:tags #{:documentation}}
{:name "Canna W."
:github "@cannawen"
:tags #{:documentation}}
]