Skip to content

Commit 6e2baf7

Browse files
authored
Merge branch 'develop' into fix/5249
2 parents d761330 + a4597f5 commit 6e2baf7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+770
-8761
lines changed

.github/ISSUE_TEMPLATE/signer_bug.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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)