From c1ef9d1731ae57107f33741d2c8056dea25a3929 Mon Sep 17 00:00:00 2001 From: Aayush Rajasekaran Date: Mon, 18 May 2020 18:31:53 -0400 Subject: [PATCH] Create an issue template for mining issues --- .github/ISSUE_TEMPLATE/sealingfailed.md | 34 +++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/sealingfailed.md diff --git a/.github/ISSUE_TEMPLATE/sealingfailed.md b/.github/ISSUE_TEMPLATE/sealingfailed.md new file mode 100644 index 000000000..d58664415 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/sealingfailed.md @@ -0,0 +1,34 @@ +--- +name: Sealing Issues +about: Create a report for help with sealing (commit) failures. +title: '' +labels: 'sealing' +assignees: '' + +--- + +Please provide all the information requested here to help us troubleshoot "commit failed" issues. +If the information requested is missing, we will probably have to just ask you to provide it anyway, +before we can help debug. + +**Describe the problem** + +A brief description of the problem you encountered while proving (sealing) a sector. + +Including what commands you ran, and a description of your setup, is very helpful. + +**Sectors list** + +The output of `./lotus-storage-miner sectors list`. + +**Sectors status** + +The output of `./lotus-storage-miner sectors status --log ` for the failed sector(s). + +**Lotus storage miner logs** + +Please go through the logs of your storage miner, and include screenshots of any error-like messages you find. + +**Version** + +The output of `./lotus --version`.