diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index ca06a7c41..9ddc031e5 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -40,5 +40,5 @@ Change all but the first "pick" lines to "s" and save your changes. Your $EDITOR
## Tests
-* run all tests: ./run_tests (or "npm test")
+* run all tests: "npm test"
* run tests for a single plugin: ./run_tests tests/plugins/bounce.js
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
new file mode 100644
index 000000000..3f46b7764
--- /dev/null
+++ b/CONTRIBUTORS.md
@@ -0,0 +1,12 @@
+
+# Contributors
+
+This handcrafted artisinal software is brought to you by:
+
+|
msimerson (1581)|
baudehlo (969)|
smfreegard (794)|
godsflaw (171)|
Dexus (42)|
analogic (39)|
gramakri (37)|
+| :---: | :---: | :---: | :---: | :---: | :---: | :---: |
+|
lnedry (23)|
celesteking (21)|
lpatters (20)|
chazomaticus (19)|
hayesgm (16)|
arlolra (16)|
gauravaror (14)|
+|
typingArtist (14)|
darkpixel (12)|
superman20 (12)|
KingNoosh (11)|
tstonis (10)|
wltsmrz (9)|
fatalbanana (8)|
+|
EyePulp (8)|
Synchro (8)|
gene-hightower (7)|
DarkSorrow (6)|
joshuathayer (6)|
zllovesuki (5)|
schamane (5)|
+
+this file is maintained by [.release](https://github.com/msimerson/.release)
diff --git a/Changes.md b/Changes.md
index 4a5e9a175..92848fee2 100644
--- a/Changes.md
+++ b/Changes.md
@@ -3,6 +3,7 @@
#### Changed
+- doc: add CONTRIBUTORS #3312
- check for local_mx only when default route is used #3307
- test: add a connection.response test case with DSN #3305
- deps: bump all versions to latest #3303