From 0765bdabb35522beb653693c18f7266b400d9d3b Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Wed, 26 Oct 2022 17:39:43 +0200 Subject: [PATCH] Update changelog --- .github/pull_request_template.md | 7 +++++++ CHANGELOG.md | 1 + 2 files changed, 8 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..d34c015 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +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). + +- [ ] This PR contains a [test](https://github.com/babashka/babashka/blob/master/doc/dev.md#tests) to prevent against future regressions + +- [ ] I have updated the [CHANGELOG.md](https://github.com/borkdude/deps.clj/blob/master/CHANGELOG.md) file with a description of the addressed issue. diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f899db..8cf8eec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ DEPS_CLJ_TOOLS_VERSION=1.11.1.1165 bb clojure - [#71](https://github.com/borkdude/deps.clj/issues/71): Port stale check for jar files ([commit](https://github.com/clojure/brew-install/commit/f791abf1d93563c1ed8f256830bd0bfc085fdd53)] - Bump tools jar to `1.11.1.1182` - [#66](https://github.com/borkdude/deps.clj/issues/66): Respect `CLJ_JVM_OPTS` while downloading tools zip file ([@ikappaki](https://github.com/ikappaki)) +- More tests in CI tests for various JVM versions and running all tests for Windows ([@ikappaki](https://github.com/ikappaki)) ## v1.11.1.1165