From 56df09addedd4157dc6e789f3c08c2f367187c6e Mon Sep 17 00:00:00 2001 From: Batman <35088752+BryceWayne@users.noreply.github.com> Date: Sun, 15 Dec 2024 14:29:37 -0500 Subject: [PATCH 1/2] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 45 ++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..fd175c5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,45 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +--- +name: Bug report +about: Create a report to help us improve +title: '[BUG]' +labels: 'bug' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Initialize store with '...' +2. Call method '....' +3. Perform operation '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Code Sample** +If applicable, add a minimal code sample to help explain your problem. + +```go +// Your code here +``` + +**Environment (please complete the following information):** + - OS: [e.g. Linux, macOS, Windows] + - Go Version: [e.g. 1.20] + - MemoryStore Version: [e.g. v1.0.0] + +**Additional context** +Add any other context about the problem here. From 64c1d1796fbc5ae2594cacd44f31263adba90961 Mon Sep 17 00:00:00 2001 From: Batman <35088752+BryceWayne@users.noreply.github.com> Date: Sun, 15 Dec 2024 14:33:34 -0500 Subject: [PATCH 2/2] Update bug report issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index fd175c5..8daf949 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,12 +1,3 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - --- name: Bug report about: Create a report to help us improve