Skip to content

Commit 486949c

Browse files
authored
Add issue templates (#2855)
* chore: add issue templates * chore: update issue templates
1 parent 32b8ebc commit 486949c

File tree

2 files changed

+74
-0
lines changed

2 files changed

+74
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+55
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
name: Bug report
3+
about: Use this template to report a bug in this project
4+
title: ""
5+
labels: Bug
6+
---
7+
8+
<!--
9+
10+
In order for us to better investigate the bug, please fill in as much relevant information as is reasonable in the format below.
11+
12+
Before proceeding, consider the following:
13+
14+
- This repository is for issues with Apicurio Registry. Make sure the bug report is not more appropriate or another repository.
15+
- Make sure the bug is in Apicurio Registry and not in an external library or other non-Apicurio software.
16+
For example, we provide a compatibility REST API for Confluent Schema Registry clients. Make sure the bug is not in one of their libraries.
17+
- Run the Registry with DEBUG logging enabled, by passing the LOG_LEVEL=DEBUG env. variable.
18+
19+
-->
20+
21+
## Description
22+
23+
**Registry
24+
Version**: <!-- Please add the Apicurio Registry version number here. You can use "latest" for the latest released version, or "snapshot" if you are using a build from main. -->
25+
**Persistence type**: <!-- Please add the persistence type here. One of "in-memory", "sql", or "kafkasql". -->
26+
27+
<!-- Please provide as much detail about the bug as possible. -->
28+
29+
### Environment
30+
31+
<!--
32+
What is the environment in which you are running Apicurio Registry? e.g. Kubernetes v1.25.
33+
How are you interacting with Apicurio Registry? Are you using a specific serdes client? Please include its version.
34+
-->
35+
36+
### Steps to Reproduce
37+
38+
<!--
39+
Add the steps required to reproduce this error.
40+
41+
1. Go to `XX >> YY >> SS`
42+
2. Create a new item `N` with the info `X`
43+
3. See error
44+
45+
If the error cannot be easily reproduced, make sure to fill in the Environment and Logs sections.
46+
You can also try to reproduce the bug with a fresh Apicurio Registry instance.
47+
-->
48+
49+
### Expected vs Actual Behaviour
50+
51+
<!-- A clear and concise description of what you expected to happen and what actually happened. -->
52+
53+
### Logs
54+
55+
<!-- Paste or link the logs from Registry, browser console, your command line or other relevant places. Redact if needed.-->
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: "Feature request"
3+
about: Propose a feature request that you think will improve this project
4+
title: ''
5+
labels: Enhancement
6+
assignees: ''
7+
---
8+
9+
### Feature or Problem Description
10+
11+
<!-- A clear and concise description of what the feature or problem is. -->
12+
13+
### Proposed Solution
14+
15+
<!-- How will it benefit the Apicurio Registry and its users? -->
16+
17+
### Additional Context
18+
19+
<!-- Add any other context like screenshots or mockups, if applicable. -->

0 commit comments

Comments
 (0)