From e36fa0b5f7b60f6b0bf084df22f84fa344bd22fb Mon Sep 17 00:00:00 2001 From: Manuel Schmid <9307310+mashb1t@users.noreply.github.com> Date: Sat, 27 Jul 2024 13:14:44 +0200 Subject: [PATCH] docs: update numbering of basic debug procedure in issue template (#3376) --- .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 5b9cded68..d46966e5b 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)