From 85dc24c4a6837ad38ac1808ad592a76f6483d9ce Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Thu, 9 Feb 2023 17:25:24 +0000 Subject: [PATCH] Updated bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 439b201..dca8dde 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -12,7 +12,9 @@ A clear and concise description of what the bug is. Steps to reproduce the behaviour: -1. ... +1. run `git pull` on the repository +2. run `make rebuild` on the code +3. ... You can include some screenshots here if you'd like!