diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 1094a42264..1c609a9421 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -99,22 +99,24 @@ body: - type: textarea attributes: label: Error messages - description: WITH DEBUG TURNED ON, if you're getting an error in your browser, include that error | -If a stacktrace is provided in the error, include that too. | -Any errors that appear in your browser's error console. | -Confirm whether the error is reproducible on the demo: https://snipeitapp.com/demo. | -Include any additional information you can find in `storage/logs` and your webserver's logs. | -Include the output from `php -m` (this should display what modules you have enabled.) + description: | + WITH DEBUG TURNED ON, if you're getting an error in your browser, include that error + If a stacktrace is provided in the error, include that too. + Any errors that appear in your browser's error console. + Confirm whether the error is reproducible on the demo: https://snipeitapp.com/demo. + Include any additional information you can find in `storage/logs` and your webserver's logs. + Include the output from `php -m` (this should display what modules you have enabled.) render: shell - type: textarea attributes: label: Additional context - description: Is this a fresh install or an upgrade? | -What OS and web server you're running Snipe-IT on | -What method you used to install Snipe-IT (install.sh, manual installation, docker, etc) | -Include what you've done so far in the installation, and if you got any error messages along the way. | -Indicate whether or not you've manually edited any data directly in the database | -Add any other context about the problem here. + description: | + Is this a fresh install or an upgrade? + What OS and web server you're running Snipe-IT on + What method you used to install Snipe-IT (install.sh, manual installation, docker, etc) + Include what you've done so far in the installation, and if you got any error messages along the way. + Indicate whether or not you've manually edited any data directly in the database + Add any other context about the problem here. - type: markdown attributes: value: Please do not post an issue without answering the related questions above. If you have opened a different issue and already answered these questions, answer them again, once for every ticket. It will be next to impossible for us to help you.