From 6962a6a6b8d5a5ece048b841dc82fcfad4c6742c Mon Sep 17 00:00:00 2001 From: Sergei Pepyakin Date: Tue, 19 Nov 2019 10:04:17 +0100 Subject: [PATCH] Update issue templates (#586) --- polkadot/.github/ISSUE_TEMPLATE/bug_report.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 polkadot/.github/ISSUE_TEMPLATE/bug_report.md diff --git a/polkadot/.github/ISSUE_TEMPLATE/bug_report.md b/polkadot/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..184c71ccf0 --- /dev/null +++ b/polkadot/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,13 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +- It would help if you submit info about the system you are running, e.g.: operating system, kernel version, amount of available memory and swap, etc. +- Logs could be very helpful. If possible, submit the whole log. Please format it as ```code blocks```. +- Describe the role your node plays, e.g. validator, sentry, full node or light client. +- Any command-line options were passed?