aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 1c3fb977f..a0264ea98 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -38,7 +38,7 @@
38 38
39## Code of Conduct 39## Code of Conduct
40 40
41This project and everyone participating in it is governed by the [Ferdi Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [stefan@adlk.io](mailto:stefan@adlk.io). 41This project and everyone participating in it is governed by the [Ferdi Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [hello@getferdi.com](mailto:hello@getferdi.com).
42 42
43## What should I know before I get started? 43## What should I know before I get started?
44 44
@@ -195,10 +195,10 @@ npm run dev
195DEBUG=Ferdi:* npm run start 195DEBUG=Ferdi:* npm run start
196``` 196```
197 197
198- Optionally, you can run both commands in one terminal with [misty](https://github.com/adlk/misty) (see [misty.yml](https://github.com/getferdi/ferdi/blob/develop/misty.yml)): 198- Optionally, you can run both commands in one terminal with [concurrently](https://www.npmjs.com/package/concurrently):
199 199
200```bash 200```bash
201DEBUG=Ferdi:* npx misty 201DEBUG=Ferdi:* npm run start:all-dev
202``` 202```
203 203
204Note: please prefer [`debug()`](https://github.com/visionmedia/debug) over `console.log()`. 204Note: please prefer [`debug()`](https://github.com/visionmedia/debug) over `console.log()`.