diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0a94c3d3..a44f75b7 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,3 +3,5 @@ Please answer the following questions and leave the below in as part of your PR. - [ ] I have read the [developer documentation](https://github.com/babashka/babashka/blob/master/doc/dev.md). - [ ] This PR correponds 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/sci/blob/master/doc/dev.md#tests) to prevent against future regressions diff --git a/sci b/sci index 802c65b0..e1a713fe 160000 --- a/sci +++ b/sci @@ -1 +1 @@ -Subproject commit 802c65b04fba93755a08c8449137be904fbfe1e6 +Subproject commit e1a713fe80ecf1fab7cf3f5546f01184ba65e677