Skip to content

Commit

Permalink
Create code-bug.md (MystenLabs#2567)
Browse files Browse the repository at this point in the history
  • Loading branch information
Clay-Mysten authored Jun 15, 2022
1 parent 68f898a commit 801b115
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/code-bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Sui Code Bug
about: Create a new software bug for issues encountered running Sui
title: 'Sui Code Bug or Feature Request'
labels: bug
assignees: ''
---

## Steps to Reproduce Issue

Fill this in with the concrete steps needed to reproduce the bug. When providing code in the reproduction steps, use the smallest snippet of code that demonstrates the issue, removing any extraneous details.

e.g.
1. Call function <function call>.
2. Use return value and call <other function call>.

## Expected Result

Specify what outcome you expected should have resulted, but didn't.

e.g.
Expected <other function call> to return 42.

## Actual Result

Specify what the actual unexpected outcome was.

e.g.
<other function call> returned 41.

## System Information

* OS: <specify OS version>
* Compiler: <specify compiler version>

0 comments on commit 801b115

Please sign in to comment.