Skip to content

Latest commit

 

History

History
31 lines (15 loc) · 619 Bytes

README.md

File metadata and controls

31 lines (15 loc) · 619 Bytes

Reporting a Bug

Reproducing

In order to get the issue resolved quicker, please provide information on how to reproduce the issue.

This is done by providing the command you used to get the issue and other information related to it.

Error Messages

If there's an error message, provide the error.

To provide it, place it in three backticks (`), with a new line after them and then the error, closing it with another three backticks like so;

```

THIS IS MY ERROR

```

You can also provide it with the language tag js like so;

```js

THIS IS MY ERROR

```

This makes it easier to read.