-
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
name: Bug Report | ||
about: Report an issue within the Karafka ecosystem you've discovered. | ||
--- | ||
|
||
To make this process smoother for everyone involved, please read the following information before filling out the template. | ||
|
||
Scope of the OSS Support | ||
=========== | ||
|
||
We do not provide OSS support for outdated versions of Karafka and its components. | ||
|
||
Please ensure that you are using a version that is still actively supported. We cannot assist with any no longer maintained versions unless you support us with our Pro offering (https://karafka.io/docs/Pro-Support/). | ||
|
||
We acknowledge that understanding the specifics of your application and its configuration can be essential for resolving certain issues. However, due to the extensive time and resources such analysis can require, this may fall beyond our Open Source Support scope. | ||
|
||
If Karafka or its components are critical to your infrastructure, we encourage you to consider our Pro Offering. | ||
|
||
By backing us up, you can gain direct assistance and ensure your use case receives the dedicated attention it deserves. | ||
|
||
|
||
Important Links to Read | ||
=========== | ||
|
||
Please take a moment to review the following resources before submitting your report: | ||
|
||
- Issue Reporting Guide: https://karafka.io/docs/Support/#issue-reporting-guide | ||
- Support Policy: https://karafka.io/docs/Support/ | ||
- Versions, Lifecycle, and EOL: https://karafka.io/docs/Versions-Lifecycle-and-EOL/ | ||
|
||
|
||
Bug Report Details | ||
=========== | ||
|
||
Please provide all the details per our Issue Reporting Guide: https://karafka.io/docs/Support/#issue-reporting-guide | ||
|
||
Failing to provide the required details may result in the issue being closed. Please include all necessary information to help us understand and resolve your issue effectively. | ||
|
||
|
||
Additional Context | ||
=========== | ||
|
||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Feature Request | ||
about: Suggest new WaterDrop features or improvements to existing features. | ||
--- | ||
|
||
## Is your feature request related to a problem? Please describe. | ||
|
||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
## Describe the solution you'd like | ||
|
||
A clear and concise description of what you want to happen. | ||
|
||
## Describe alternatives you've considered | ||
|
||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
## Additional context | ||
|
||
Add any other context or screenshots about the feature request here. |