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

Update bug report template to include Logs, Issue Timeline, and Codepath requests #8

Open
wants to merge 1 commit into
base: mainnet
Choose a base branch
from
Open
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
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,18 @@ labels: bug

<!-- What's the bug in snarkOS that you found? How serious is this bug and what is affected? -->

## SnarkOS Logs

<!-- Post any SnarkOS logs from the node(s) that experienced the issue. This goes a long way in helping to diagnose the issue! -->

## Steps to Reproduce

<!-- How do I reproduce this issue in snarkOS? Are there error messages or stack traces that would help debug this issue? -->

## Timeline of Events

<!-- What was the timline of events which lead to this bug -->

## Expected Behavior

<!-- What was supposed to happen in snarkOS? What happened instead? -->
Expand All @@ -22,3 +30,7 @@ labels: bug
- <!-- snarkOS Version -->
- <!-- Rust Version -->
- <!-- Computer OS -->

## Code Where the Issue Appears

<!-- If you have found the line(s) of code that the issue appears in, please post it here! -->