From 42e20d6db5273e405df7f42e7f3ec28792ed0ed0 Mon Sep 17 00:00:00 2001 From: Marcono1234 Date: Sat, 5 Feb 2022 22:51:44 +0100 Subject: [PATCH] Explain in issue templates how to get Git commit SHA --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- .github/ISSUE_TEMPLATE/installation_issue.yaml | 2 +- .github/ISSUE_TEMPLATE/performance_issue.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index acee8898..b91a920d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -23,7 +23,7 @@ body: attributes: label: DarkflameServer Version description: > - DarkflameServer version or commit SHA + DarkflameServer version or commit SHA (can be obtained with `git rev-parse --short HEAD`) validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/installation_issue.yaml b/.github/ISSUE_TEMPLATE/installation_issue.yaml index 84478ea0..43211e62 100644 --- a/.github/ISSUE_TEMPLATE/installation_issue.yaml +++ b/.github/ISSUE_TEMPLATE/installation_issue.yaml @@ -17,7 +17,7 @@ body: attributes: label: DarkflameServer Version description: > - DarkflameServer version or commit SHA + DarkflameServer version or commit SHA (can be obtained with `git rev-parse --short HEAD`) validations: required: true - type: dropdown diff --git a/.github/ISSUE_TEMPLATE/performance_issue.yaml b/.github/ISSUE_TEMPLATE/performance_issue.yaml index 8e712741..b5ec2bcb 100644 --- a/.github/ISSUE_TEMPLATE/performance_issue.yaml +++ b/.github/ISSUE_TEMPLATE/performance_issue.yaml @@ -20,7 +20,7 @@ body: attributes: label: DarkflameServer Version description: > - DarkflameServer version or commit SHA + DarkflameServer version or commit SHA (can be obtained with `git rev-parse --short HEAD`) validations: required: true - type: textarea