From fae8edd183a11831d7f1f84509abf9396d67d586 Mon Sep 17 00:00:00 2001 From: Matthew Ruzzi <68619790+mattruzzi@users.noreply.github.com> Date: Thu, 20 Jul 2023 09:33:49 -0700 Subject: [PATCH] Update link to Development Guide (#1544) --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 0f314cb..ee46abd 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -13,7 +13,7 @@ Please include the following in your new issue: ## Pull Requests -See [here](https://github.com/nativefier/nativefier#development) for instructions on how to set up a development environment. +See [here](https://github.com/nativefier/nativefier/blob/master/HACKING.md) for instructions on how to set up a development environment. We follow the [Airbnb Style Guide](https://github.com/airbnb/javascript), please make sure tests and lints pass when you submit your pull request.