From b715f128dadeb657fd75a60f718dd8c162fd2424 Mon Sep 17 00:00:00 2001 From: Carl Sverre <82591+carlsverre@users.noreply.github.com> Date: Sun, 7 Jan 2024 16:09:50 -0800 Subject: [PATCH] add lint req to contributing docs --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a1f39f3..5b23523 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -52,6 +52,10 @@ just test-end-to-end-local just test-end-to-end-local-net ``` +### Submitting a pull request + +When submitting a pull request, it's appreciated if you run `just lint` as well as the above tests before each change. These commands also will run via GitHub actions which will be enabled on your PR once it's been reviewed. Thanks for your contributions! + ## Community & Contributing If you are interested in contributing to SQLSync, please [join the Discord community][discord] and let us know what you want to build. All contributions will be held to a high standard, and are more likely to be accepted if they are tied to an existing task and agreed upon specification.