From 1b09e84dca4606db9ca8c5b13e3bc1a08ce80a85 Mon Sep 17 00:00:00 2001 From: Christoph Lechner Date: Wed, 12 Jun 2024 14:56:05 +0200 Subject: [PATCH] minor fix to bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dcbe635..9c21263 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,7 +9,7 @@ assignees: svenreiche ### Describe the bug A clear and concise description of what the bug is. -Please include the version of the source code you use (even better: the git commit commit ID reported at start of the executable). +Please include the version of the source code you use (even better: the git commit ID reported at start of the executable). ### To Reproduce If possible, please provide a set of input files demonstrating the reported issue. This helps to reproduce (and then track down) the issue.