From 801b115c3d84315fdde0edd82886ed9573d4adf3 Mon Sep 17 00:00:00 2001 From: Clay-Mysten <100217682+Clay-Mysten@users.noreply.github.com> Date: Wed, 15 Jun 2022 10:03:10 -0500 Subject: [PATCH] Create code-bug.md (#2567) --- .github/ISSUE_TEMPLATE/code-bug.md | 34 ++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/code-bug.md diff --git a/.github/ISSUE_TEMPLATE/code-bug.md b/.github/ISSUE_TEMPLATE/code-bug.md new file mode 100644 index 0000000000000..94cae1cb5c14d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/code-bug.md @@ -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 . +2. Use return value and call . + +## Expected Result + +Specify what outcome you expected should have resulted, but didn't. + +e.g. +Expected to return 42. + +## Actual Result + +Specify what the actual unexpected outcome was. + +e.g. + returned 41. + +## System Information + +* OS: +* Compiler: