|
| 1 | +--- |
| 2 | +name: Bug Report |
| 3 | +about: Report a bug that is caused by the code in this repository |
| 4 | +--- |
| 5 | + |
| 6 | +<!-- Click on the "Preview" tab to render the instructions in a more readable format --> |
| 7 | + |
| 8 | +> **Please read the [contribution guidelines](https://github.com/arcticicestudio/nord-visual-studio-code/blob/develop/CONTRIBUTING.md) before filling out this issue template**. |
| 9 | +
|
| 10 | +## Prerequisites |
| 11 | + |
| 12 | +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. |
| 13 | + |
| 14 | +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. |
| 15 | + |
| 16 | +- **Ensure the bug has not already been reported by using the [GitHub Issues search](https://github.com/arcticicestudio/nord-visual-studio-code/issues)** — 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](#metadata-head) section of this issue. |
| 17 | +- **Ensure your contribution belongs to the correct [main or port project repository](https://github.com/arcticicestudio?&tab=repositories&q=nord).** |
| 18 | +- **Ensure the bug is reproducible and has not already been fixed** — use the [latest version](https://github.com/arcticicestudio/nord-visual-studio-code/releases/latest) and [`develop`](https://github.com/arcticicestudio/nord-visual-studio-code/tree/develop) branch. |
| 19 | + |
| 20 | +## Metadata Head |
| 21 | + |
| 22 | +The metadata head can be added to the top of the issue as [Markdown text quote](https://help.github.com/articles/basic-writing-and-formatting-syntax) containing the the ID of other related issues. |
| 23 | + |
| 24 | +> Related issues: |
| 25 | +
|
| 26 | +## Description |
| 27 | + |
| 28 | +Describe the bug as in many relevant details as possible with a clear and concise description. Ensure to fill in the [steps to reproduce](#steps-to-reproduce) it. |
| 29 | + |
| 30 | +### Steps to Reproduce |
| 31 | + |
| 32 | +1. Step One |
| 33 | +2. Step Two |
| 34 | +3. ... |
| 35 | + |
| 36 | +### Expected Behavior |
| 37 | + |
| 38 | +What you expect to happen? |
| 39 | + |
| 40 | +### Actual Behavior |
| 41 | + |
| 42 | +What actually happens? |
| 43 | + |
| 44 | +## Example |
| 45 | + |
| 46 | +Provide a [MCVE - The Minimal, Complete, and Verifiable Example](https://github.com/arcticicestudio/nord-visual-studio-code/blob/develop/CONTRIBUTING.md#mcve) |
| 47 | + |
| 48 | +**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.** |
| 49 | +The recommended way is to upload it as [Gist](https://gist.github.com) or new repository to GitHub, but of course you can [attach it to this issue](https://help.github.com/articles/file-attachments-on-issues-and-pull-requests), use any free file hosting service or paste the code in [Markdown code blocks](https://help.github.com/articles/basic-writing-and-formatting-syntax) into this issue. |
| 50 | + |
| 51 | +## Environment and Versions |
| 52 | + |
| 53 | +- What is the version of _Nord Visual Studio Code_ you are running? |
| 54 | +- What is the name and the version of your OS? |
| 55 | + - Have you tried to reproduce it on different OS environments and if yes is the behavior the same for all? |
| 56 | +- If the problem is related to the runtime of the project (e.g. [Node.js](https://nodejs.org), [Go](https://golang.org) or [Java](https://java.com)) please provide the version you're running. |
| 57 | + - Are you using any additional CLI arguments to run the project? |
| 58 | +- What is the version of the build tool (e.g. [npm](https://www.npmjs.com), [dep](https://golang.github.io/dep) or [Gradle](https://gradle.org)) you are running? |
| 59 | + - Are you using any additional CLI arguments to start the build tool task/script other than defined by the project? |
| 60 | + |
| 61 | +If you've installed [Node.js](https://nodejs.org) on your system you can run [envinfo](https://www.npmjs.com/package/envinfo) via [npx](https://blog.npmjs.org/post/162869356040/introducing-npx-an-npm-package-runner) which will print environment information that help the the community to better reproduce the bug. |
| 62 | + |
| 63 | +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` |
| 64 | + |
| 65 | +```md |
| 66 | +Paste output of the command here. |
| 67 | +``` |
| 68 | + |
| 69 | +## Stack Trace and Error Messages |
| 70 | + |
| 71 | +```raw |
| 72 | +Paste the full stack trace, error messages or the logfile here. |
| 73 | +``` |
| 74 | + |
| 75 | +... or [attach them as files](https://help.github.com/articles/file-attachments-on-issues-and-pull-requests) to this issue. |
| 76 | + |
| 77 | +## Additional Context |
| 78 | + |
| 79 | +Add any other context, screenshots or screencasts which are relevant for this issue. |
| 80 | + |
| 81 | +## References |
| 82 | + |
| 83 | +Add any other references and links which are relevant for this issue. |
| 84 | + |
| 85 | +## Potential Solution |
| 86 | + |
| 87 | +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. |
0 commit comments