Skip to content

Commit 13e6a72

Browse files
committed
[add] Included Issue Bug Report GH template
1 parent 9708898 commit 13e6a72

File tree

2 files changed

+33
-7
lines changed

2 files changed

+33
-7
lines changed

.github/ISSUE_TEMPLATE/benchmark-spec-request.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1+
---
12
name: Benchmark Specification Request
2-
33
description: File a benchmark SPEC request for improvement or addition
4-
54
title: "[SPEC]: "
6-
75
labels: ["spec", "triage"]
8-
96
assignees:
107
- filipecosta90
11-
128
body:
139
- type: markdown
1410
attributes:
@@ -26,7 +22,6 @@ body:
2622

2723
Make sure to double check if this this benchmark specification request for improvement or addition hasn't
2824
already been asked for at the [issues section](https://github.com/redis/redis-benchmarks-specification/labels/spec).
29-
3025

3126
- type: dropdown
3227
id: type
@@ -48,4 +43,5 @@ body:
4843
placeholder: Include reference to the benchmarks/tools you've seen and want to see part of the spec.
4944
validations:
5045
required: true
51-
46+
47+
---

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve RedisAI
4+
title: "[BUG]: "
5+
labels: ["bug", "triage"]
6+
assignees: 'filipecosta90'
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. ...
16+
2. ....
17+
18+
**Expected behavior**
19+
A clear and concise description of what you expected to happen.
20+
21+
**Screenshots/CLI snippets**
22+
If applicable, add screenshots to help explain your problem.
23+
24+
**Environment (please complete the following information):**
25+
- OS: [e.g. ubuntu 20.04]
26+
- Version [e.g. 1.2.2]
27+
- Platfrom [e.g. x86, Jetson, ARM]
28+
29+
**Additional context**
30+
Add any other context about the problem here.

0 commit comments

Comments
 (0)