name | about |
---|---|
Bug Report |
Report a bug that is caused by the code in this repository |
Please read the contribution guidelines before filling out this issue template.
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 bug report to help maintainers and the community understand and reproduce the behavior, find related reports and to resolve the ticket faster.
- Ensure the bug has not already been reported by using the GitHub Issues search — check if this enhancement has already been suggested. If it has and the issue is still open, add your additions as comment to the existing issue instead of opening a new one. If you find a closed issue that seems to be similar to this one, include a link to the original issue in the metadata head section of this issue.
- Ensure your contribution belongs to the correct scope.
- Ensure the bug is reproducible and has not already been fixed — use the latest version and
develop
branch.
The metadata head can be added to the top of the issue as Markdown text quote containing the the ID of other related issues.
Related issues:
Describe the bug as in many relevant details as possible with a clear and concise description. Ensure to fill in the steps to reproduce it.
- Step One
- Step Two
- ...
What you expect to happen?
What actually happens?
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 bug. The recommended way is to upload it as Gist or new repository to GitHub, but of course you can attach it to this issue, use any free file hosting service or paste the code in Markdown code blocks into this issue.
- What is the version of „arctic“ or package you are running?
- Is the problem scoped to the website or any of the provided packages?
- What is the name and the version of your OS?
- Have you tried to reproduce it on different OS environments and if yes is the behavior the same for all?
- If the problem is related to the runtime of the project (e.g. Node.js, Go or Java) please provide the version you're running.
- Are you using any additional CLI arguments to run the project?
- What is the version of the build tool (e.g. Yarn/npm, Go Modules or Gradle) you are running?
- Are you using any additional CLI arguments to start the build tool task/script other than defined by the project?
If you've installed Node.js on your system you can run envinfo via npx which will print environment information that help the the community to better reproduce the bug.
Run the following command from within the project root and paste the output in the code block below: npx envinfo --system --system --IDEs --languages --binaries --markdown --clipboard
Paste output of the command here.
Paste the full stack trace, error messages or the log file here.
... or attach them as files to this issue.
Add any other context, screenshots or screencasts which are relevant for this issue.
Add any other references and links which are relevant for this issue.
Maybe include the lines of code that you have identified as causing the bug or references to other projects where this bug has already been reported.