From 246c93f84022e4a7cd60c6c7f01c418b8962d512 Mon Sep 17 00:00:00 2001 From: David Hartmann Date: Mon, 21 Mar 2022 16:36:31 +0100 Subject: [PATCH] adapted PULL_REQUEST_TEMPLATE to ask contributors for version adaption --- PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 40626c02..9493814e 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -27,6 +27,7 @@ ## Checklist: +- [ ] I adapted the version number under `py/visdom/VERSION` according to [Semantic Versioning](https://semver.org/) - [ ] My code follows the code style of this project. - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly.