From cc25fadcc28e4f8c82019fe6a116a705e9fa38fd Mon Sep 17 00:00:00 2001 From: Matthias Wolf Date: Tue, 21 Mar 2017 03:39:30 -0400 Subject: [PATCH] Update checklist. --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5f676647..f42074f9 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,8 +7,8 @@ Please make sure that the following items are taken care of if needed: `lobster.util`. This will ensure that Lobster does not try to load old projects with an incompatible version. - [ ] Did the required _Work Queue_ version change? - - Please update the *two* version numbers in `doc/install.rst`. If a new - `cctools` tarball is available, please update that, too. + - Please update the *three* version numbers in `doc/install.rst`. Adjust + the tarball name in the `install_dependecies.sh` script, too. - [ ] Are all additional dependencies in `setup.py`? - [ ] [Mark any issues as closed either in commits or in this pull request.](https://help.github.com/articles/closing-issues-via-commit-messages/)