diff --git a/.github/ISSUE_TEMPLATE/signer_bug.md b/.github/ISSUE_TEMPLATE/signer_bug.md index 45f1695a0f..f7ef8e7e10 100644 --- a/.github/ISSUE_TEMPLATE/signer_bug.md +++ b/.github/ISSUE_TEMPLATE/signer_bug.md @@ -1,25 +1,32 @@ - - -## Expected Behavior - - -## Current Behavior - - -## Steps to Reproduce - - -1. -2. -3. -4. - -## Context (Environment) - - -- -- -- -- -- -- +--- +name: Signer Bug +about: Create a report to help us improve the signer +title: "[SIGNER BUG]" +labels: signer +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Steps To Reproduce** +Please provide detailed instructions (e.g. command line invocation with parameters) to reproduce the behavior. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Environment (please complete the following information):** + - OS: [e.g. Ubuntu / Debian] + - Rust version + - Version of the appropriate binary / software packages + - Signer public key + - Relevant log messages + - Tx ID of any transaction you were trying to execute + - Tx ID of `aggregation-commit-indexed` call in registered cycle (if applicable) + + +**Additional context** +Please include any relevant stack traces, error messages and logs. + + diff --git a/.github/ISSUE_TEMPLATE/testnet-bug.md b/.github/ISSUE_TEMPLATE/testnet-bug.md index 314e8ab237..405deac251 100644 --- a/.github/ISSUE_TEMPLATE/testnet-bug.md +++ b/.github/ISSUE_TEMPLATE/testnet-bug.md @@ -3,7 +3,7 @@ name: Testnet Bug about: Use this template to submit Stacks 2.0 testnet bugs title: "[TESTNET BUG]" labels: bug, testnet -assignees: 'timstackblock' +assignees: '' ---