From e775fb8544e78c8f25271d5bed2c470e24d9e674 Mon Sep 17 00:00:00 2001 From: Carles Pina Estany Date: Thu, 28 Jul 2022 12:03:10 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 20 ++++++++++++++++++++ 1 file changed, 20 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..b9344aa --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,20 @@ +--- +name: Bug report +about: Bug report with a problem +title: '' +labels: bug +assignees: '' + +--- + +Suggestion: read carefully the GitHub Action output. It might contain information that might help fixing the problem. If not please keep opening the bug report. + +The documentation might have information on what you could do to fix the problem. + +**Copy-paste the output of the GitHub Action** + +Full output might contain useful information including the git command, git output and settings used. It also helps to search for the problem later on. + +**URL to the execution** + +Paste the URL of the execution where it's possible to see the problem. This will help me to see the configuration and the output in more context.