Skip to content

Commit

Permalink
include the git hash of the site
Browse files Browse the repository at this point in the history
  • Loading branch information
rorosaurus authored Oct 25, 2024
1 parent 7a13978 commit dbc7a50
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dbc7a50

Please sign in to comment.