From b3e79ce4d7533f25875d932c8e381b9a22c1942c Mon Sep 17 00:00:00 2001 From: justinlee-aerospike <113390076+justinlee-aerospike@users.noreply.github.com> Date: Thu, 18 Apr 2024 14:44:18 -0700 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 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 00000000..11167585 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior. Please provide as much of the following as you can. +1. code that demonstrates the behavior +2. error messages and stacktrace if available +3. any relevant Aerospike log entries if available + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Versions and Environment (please complete the following information):** + - Client application OS + - Aerospike Client Version + - Aerospike Database Version + +**Additional context** +Add any other context about the problem here.