From e22619d3b829dc5d5d783c39ecd1e8e43f23d012 Mon Sep 17 00:00:00 2001 From: David Hotham Date: Sat, 18 Nov 2023 05:54:28 +0000 Subject: [PATCH] link install docs from issue template (#8689) --- .github/ISSUE_TEMPLATE/---bug-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/---bug-report.md b/.github/ISSUE_TEMPLATE/---bug-report.md index fc88f3abb04..9c03a21d386 100644 --- a/.github/ISSUE_TEMPLATE/---bug-report.md +++ b/.github/ISSUE_TEMPLATE/---bug-report.md @@ -22,7 +22,7 @@ assignees: '' - **pyproject.toml**: -- [ ] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) stable Poetry version, installed using a recommended method. +- [ ] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) stable Poetry version, installed using a [recommended method](https://python-poetry.org/docs/#installation). - [ ] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. - [ ] I have consulted the [FAQ](https://python-poetry.org/docs/faq/) and [blog](https://python-poetry.org/blog/) for any relevant entries or release notes. - [ ] If an exception occurs when executing a command, I executed it again in debug mode (`-vvv` option) and have included the output below.