Skip to content

Commit d6678e7

Browse files
authored
Merge pull request #5090 from stacks-network/chore/fix_signer_template
reformat signer issue template
2 parents a643308 + 1475597 commit d6678e7

File tree

2 files changed

+33
-26
lines changed

2 files changed

+33
-26
lines changed

.github/ISSUE_TEMPLATE/signer_bug.md

Lines changed: 32 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,32 @@
1-
<!--- Provide a general summary of the issue in the Title above -->
2-
3-
## Expected Behavior
4-
<!--- Tell us what should happen -->
5-
6-
## Current Behavior
7-
<!--- Tell us what happens instead of the expected behavior -->
8-
9-
## Steps to Reproduce
10-
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
11-
<!--- reproduce this bug. Include code to reproduce, if relevant -->
12-
1.
13-
2.
14-
3.
15-
4.
16-
17-
## Context (Environment)
18-
<!--- Provide some information about your environment in order to help address the issue. -->
19-
20-
- <!--- Signer public key -->
21-
- <!--- Signer version -->
22-
- <!--- Stacks node version -->
23-
- <!--- Relevant log messages -->
24-
- <!--- Tx ID of any transaction you were trying to execute -->
25-
- <!--- Tx ID of `aggregation-commit-indexed` call in registered cycle (if applicable)<!--- Provide a general summary of the issue in the Title above -->
1+
---
2+
name: Signer Bug
3+
about: Create a report to help us improve the signer
4+
title: "[SIGNER BUG]"
5+
labels: signer
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**Steps To Reproduce**
14+
Please provide detailed instructions (e.g. command line invocation with parameters) to reproduce the behavior.
15+
16+
**Expected behavior**
17+
A clear and concise description of what you expected to happen.
18+
19+
**Environment (please complete the following information):**
20+
- OS: [e.g. Ubuntu / Debian]
21+
- Rust version
22+
- Version of the appropriate binary / software packages
23+
- Signer public key
24+
- Relevant log messages
25+
- Tx ID of any transaction you were trying to execute
26+
- Tx ID of `aggregation-commit-indexed` call in registered cycle (if applicable)
27+
28+
29+
**Additional context**
30+
Please include any relevant stack traces, error messages and logs.
31+
32+

.github/ISSUE_TEMPLATE/testnet-bug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Testnet Bug
33
about: Use this template to submit Stacks 2.0 testnet bugs
44
title: "[TESTNET BUG]"
55
labels: bug, testnet
6-
assignees: 'timstackblock'
6+
assignees: ''
77

88
---
99

0 commit comments

Comments
 (0)