This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
forked from stacks-network/stacks-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request stacks-network#5090 from stacks-network/chore/fix_…
…signer_template reformat signer issue template
- Loading branch information
Showing
2 changed files
with
33 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,32 @@ | ||
<!--- Provide a general summary of the issue in the Title above --> | ||
|
||
## Expected Behavior | ||
<!--- Tell us what should happen --> | ||
|
||
## Current Behavior | ||
<!--- Tell us what happens instead of the expected behavior --> | ||
|
||
## Steps to Reproduce | ||
<!--- Provide a link to a live example, or an unambiguous set of steps to --> | ||
<!--- reproduce this bug. Include code to reproduce, if relevant --> | ||
1. | ||
2. | ||
3. | ||
4. | ||
|
||
## Context (Environment) | ||
<!--- Provide some information about your environment in order to help address the issue. --> | ||
|
||
- <!--- Signer public key --> | ||
- <!--- Signer version --> | ||
- <!--- Stacks node version --> | ||
- <!--- 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)<!--- Provide a general summary of the issue in the Title above --> | ||
--- | ||
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. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters