diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 7fd91e691..eab89e4bf 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -65,11 +65,12 @@ body: attributes: label: How did you install OSMnx? description: Ensure you followed the [installation](https://osmnx.readthedocs.io/en/stable/installation.html) instructions. + multiple: false options: - - "conda and conda-forge" - - "OSMnx Docker image" - - "pip" - - "other (describe below)" + - Conda and conda-forge + - OSMnx Docker image + - Pip + - Other (describe below) validations: required: true