Skip to content

Commit

Permalink
added barebones issue-reporting template in ISSUES.md (MystenLabs#972)
Browse files Browse the repository at this point in the history
  • Loading branch information
todd-mystenlabs authored Mar 21, 2022
1 parent 86501f4 commit af30a74
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions ISSUES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Template for Reporting Issues

Use the following template to report issues in the Sui GitHub repo:

```
## 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 af30a74

Please sign in to comment.