diff --git a/.github/ISSUE_TEMPLATE/application.yml b/.github/ISSUE_TEMPLATE/application.yml index eb48b83..45136b2 100644 --- a/.github/ISSUE_TEMPLATE/application.yml +++ b/.github/ISSUE_TEMPLATE/application.yml @@ -44,6 +44,15 @@ body: validations: required: true + - type: input + id: version + attributes: + label: "Git commit hash shown on the site" + description: "Provide the git commit hash indicating the version of code running on the site." + placeholder: "c7a30f7" + validations: + required: true + - type: textarea id: steps_to_reproduce attributes: