Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reformat signer issue template #5090

Merged
merged 1 commit into from
Aug 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 32 additions & 25 deletions .github/ISSUE_TEMPLATE/signer_bug.md
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.


2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/testnet-bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: ''

---

Expand Down