From c322d6cbc8e78b517d794b32f87e4483b7d8f947 Mon Sep 17 00:00:00 2001 From: Liam Date: Tue, 21 Jul 2020 21:58:14 +0100 Subject: [PATCH] Add a bug report template --- .github/ISSUE_TEMPLATE/bug-report.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..d51896d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,24 @@ +--- +name: Bug Report +about: Create a bug report to improve aptdec +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear description of what the bug is. + +**To Reproduce** +Steps to reproduce the behaviour. + +**Expected behaviour** +A clear description of what you expected to happen. + +**Link to audio** +A link to the audio that caused the problem. + +**Build information** +The commit of aptdec you are running (check with `git rev-parse HEAD`), make sure it's up to date before opening this issue. +And whether you are using GNU automake or CMake.