General Information

Please read the contribution guidelines before filling out this issue template.

Prerequisites

This section and the instructions in the sections below are only part of this issue template. Please ensure to delete this whole section, all pre-filled instructions of the sections below and sections you have not filled out before submitting to ensure a clear structure and overview.

Please do your best to provide as much information as possible and use a clear and descriptive title for your enhancement suggestion or bug report to help maintainers and the community understand and reproduce the behavior, find related reports and to resolve the ticket faster.

Metadata Head

The metadata head should be added to the top of the issue as Markdown text quotearrow-up-right containing the issue type and if necessary the ID of other related issues.

Issue type: Related issues:

Issue Type

Set the type of this issue. It determines which information will be required in the following sections when it is an bug report or an enhancement suggestion.

  • feature

  • improvement

  • bug

  • test

  • task

  • subtask

Description

Describe the enhancement or bug as in many relevant details as possible. If this is a enhancement suggestion add specific use-cases and explain why this feature or improvement would be useful. If this is a bug provide ensure to fill in the steps to reproduce it.

Steps to Reproduce

  1. Step One

  2. Step Two

  3. ...

Expected Behavior

What you expect to happen?

Actual Behavior

What actually happens?

Example

Provide a MCVE - The Minimal, Complete, and Verifiable Example

This is a optional section, but it can drastically increase the speed at which this issue can be processed since it takes away the time-consuming reconstruction to reproduce the enhancement or bug.

The recommended way is to upload it as Gistarrow-up-right or new repository to GitHub, but of course you can attach it to this issuearrow-up-right, use any free file hosting service or paste the code in Markdown code blocksarrow-up-right into this issue.

Environment and Versions

  • What is the version of IceCore Hashids you are using?

  • What is the name and the version of the OS you're using?

    • Have you tried to reproduce it on different OS environments and if yes is the behavior the same for all?

  • Which Java JDK/JRE distribution and version are you using? (Oracle, OpenJDK, ...)

  • Are you running the project with your IDE or through Maven?

    • Are you using any additional CLI arguments for Java or Maven?

Stack Trace and Error Messages

... or attach them as filesarrow-up-right to this issue.

References

Add any other references and links which are relevant for this issue.

Potential Solution

If this is a bug report this might include the lines of code that you have identified as causing the bug or in case of an enhancement suggestion references to other projects where this enhancement already exists.

Last updated

Was this helpful?