diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index b2cf57ba..4fb15bc4 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -41,7 +41,16 @@ body: - type: input id: version attributes: - label: What is the version of netbox-ssot + label: Which version of netbox are you using + description: | + You can find version of your netbox instance in the right end of the footer of the web interface. + validations: + required: true + + - type: input + id: version + attributes: + label: Which version of netbox-ssot are you running description: | Copy paste the version line at the top of your logs. It MUST be in the form `Running version latest built on 2020-03-13T01:30:06Z (commit d0f678c)`. diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 26f9ece3..52756add 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: check-case-conflict - repo: https://github.com/golangci/golangci-lint - rev: v1.63.4 + rev: v1.64.5 hooks: - id: golangci-lint @@ -43,7 +43,7 @@ repos: - id: cspell - repo: https://github.com/google/osv-scanner/ - rev: v2.0.0-beta1 + rev: v2.0.0-beta2 hooks: - id: osv-scanner args: ["-r", "."]