From 591f09d10613728c0865784ebf482a6ffc420f70 Mon Sep 17 00:00:00 2001 From: Manuel Schmid Date: Sat, 27 Jul 2024 13:14:01 +0200 Subject: [PATCH] docs: update numbering of basic debug procedure in issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 5b9cded6..d46966e5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -16,9 +16,9 @@ body: description: | Please perform basic debugging to see if your configuration is the cause of the issue. Basic debug procedure -  2. Update Fooocus - sometimes things just need to be updated -  3. Backup and remove your config.txt - check if the issue is caused by bad configuration -  5. Try a fresh installation of Fooocus in a different directory - see if a clean installation solves the issue +  1. Update Fooocus - sometimes things just need to be updated +  2. Backup and remove your config.txt - check if the issue is caused by bad configuration +  3. Try a fresh installation of Fooocus in a different directory - see if a clean installation solves the issue Before making a issue report please, check that the issue hasn't been reported recently. options: - label: The issue has not been resolved by following the [troubleshooting guide](https://github.com/lllyasviel/Fooocus/blob/main/troubleshoot.md)