From 0d204c7ae6c5ac7d86eeb8a28abfe6c4fe21a9a9 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 26 Feb 2022 12:35:03 +0100 Subject: [PATCH] Update docs [skip ci] --- .github/pull_request_template.md | 2 +- doc/dev.md | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6080206..f5132c5 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,6 +4,6 @@ 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/scittle/blob/main/doc/dev.md#start-with-an-issue-before-writing-code). -- [ ] This PR contains a [test](https://github.com/babashka/scittle/blob/main/doc/dev.md#tests) to prevent against future regressions + - [ ] I have updated the [CHANGELOG.md](https://github.com/babashka/scittle/blob/main/CHANGELOG.md) file with a description of the addressed issue. diff --git a/doc/dev.md b/doc/dev.md index d149d94..bb8223e 100644 --- a/doc/dev.md +++ b/doc/dev.md @@ -17,10 +17,10 @@ Post a corresponding PR with the smallest change possible to address the issue. Then we discuss the PR, make changes as needed and if we reach an agreement, the PR will be merged. -### Tests + -Each bug fix, change or new feature should be tested well to prevent future -regressions. + + ### Force-push @@ -37,11 +37,11 @@ reasons: ## Developing -Run `bb dev` to start shadow-cljs compilation in watch mode. Then run `node out/nbb_main.js` to invoke nbb. +Run `bb dev` to start shadow-cljs compilation in watch mode. -## Testing + -You can run tests using `bb run-tests` and `bb run-integration-tests`. + ## Release