diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3df77c62..d3e75c36 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,11 +1,3 @@ -Please answer the following questions and leave the below in as part of your PR. - -- [ ] This PR corresponds to an [issue with a clear problem statement](https://github.com/babashka/babashka/blob/master/doc/dev.md#start-with-an-issue-before-writing-code): [#issue-number](https://github.com/clavascript/clavascript/issues/...) (mention the issue number in the previous link and remove this text) - -- [ ] This PR provides tests for code additions and changes - -- [ ] This PR does not contain bonus changes, i.e. changes not discussed in the linked issue. For those, please submit a new issue + PR. - -After submitting this PR, please do not force-push your branch as this makes -collaboration easier. Push as many new commits to your branch, they will be -squashed upon merge. +Pull requests should be targeted at +[compiler-common](https://github.com/squint-cljs/compiler-common) and will be +merged here automatically after being accepted in compiler-common. diff --git a/deps.edn b/deps.edn index 34e2aeca..ba546a90 100644 --- a/deps.edn +++ b/deps.edn @@ -3,7 +3,7 @@ babashka/process {:mvn/version "0.1.7"} org.babashka/cli {:mvn/version "0.4.37"} org.babashka/sci {:mvn/version "0.6.37"} - io.github.squint-cljs/compiler-common {:git/sha "422c1e89d513e35b1f5c59677a277041ee05d288" + io.github.squint-cljs/compiler-common {:git/sha "01fd1c8be7d5677dbf2502e159131b83d88d8e47" :deps/root "compiler-common"}} :aliases {:dev {}