diff options
author | Leo Mozoloa <leo.drrty@gmail.com> | 2022-10-19 17:38:38 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-10-19 18:30:02 +0000 |
commit | 5d9e3acd4e8fc9562d0b2972e79f6cf8597d3805 (patch) | |
tree | e47919d8d12683c757231112dd3b3f6c08ae3de2 /.github | |
parent | a0e50d5e70094dbdfd048efee566865ab93e4c3f (diff) | |
download | stable-diffusion-webui-gfx803-5d9e3acd4e8fc9562d0b2972e79f6cf8597d3805.tar.gz stable-diffusion-webui-gfx803-5d9e3acd4e8fc9562d0b2972e79f6cf8597d3805.tar.bz2 stable-diffusion-webui-gfx803-5d9e3acd4e8fc9562d0b2972e79f6cf8597d3805.zip |
Fixed additionnnnal typo, sorry
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 2 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index d2edb250..35802a53 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -77,5 +77,5 @@ body: - type: textarea id: misc attributes: - label: Additionnal information, context and logs + label: Additional information, context and logs description: Please provide us with any relevant additional info, context or log output. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 62133a0d..8ca6e21f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -36,5 +36,5 @@ body: - type: textarea id: misc attributes: - label: Additionnal information + label: Additional information description: Add any other context or screenshots about the feature request here. |