Explain in issue templates how to get Git commit SHA

This commit is contained in:
Marcono1234 2022-02-05 22:51:44 +01:00
parent 676611ed6f
commit 42e20d6db5
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ body:
attributes: attributes:
label: DarkflameServer Version label: DarkflameServer Version
description: > description: >
DarkflameServer version or commit SHA DarkflameServer version or commit SHA (can be obtained with `git rev-parse --short HEAD`)
validations: validations:
required: true required: true
- type: textarea - type: textarea

View File

@ -17,7 +17,7 @@ body:
attributes: attributes:
label: DarkflameServer Version label: DarkflameServer Version
description: > description: >
DarkflameServer version or commit SHA DarkflameServer version or commit SHA (can be obtained with `git rev-parse --short HEAD`)
validations: validations:
required: true required: true
- type: dropdown - type: dropdown

View File

@ -20,7 +20,7 @@ body:
attributes: attributes:
label: DarkflameServer Version label: DarkflameServer Version
description: > description: >
DarkflameServer version or commit SHA DarkflameServer version or commit SHA (can be obtained with `git rev-parse --short HEAD`)
validations: validations:
required: true required: true
- type: textarea - type: textarea