Skip to content

Commit

Permalink
Squint PR template (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Dec 25, 2022
1 parent 49ed6be commit 3d78395
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
14 changes: 3 additions & 11 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -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 {}
Expand Down

0 comments on commit 3d78395

Please sign in to comment.