diff options
author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2023-04-02 15:14:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-02 10:14:16 -0300 |
commit | 2b5e469c1bd0e7f1897909e6fb98a772c0f47bff (patch) | |
tree | bd13b126cf0555e6239630015d141df2a107ddb7 /.github/ISSUE_TEMPLATE | |
parent | 9eb539a5af165820ae8b75ce21834fa698cf96c1 (diff) |
chore(Github): clarify OS in issue themplates (#15765)
* closes https://github.com/azerothcore/azerothcore-wotlk/issues/15734
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 06d549e77c..34bcd63367 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -69,7 +69,8 @@ body: attributes: label: Operating system description: | - Operating System, i.e. Windows 10 x64, Debian 10 x64, etc + The Operating System the Server is running on. + i.e. Windows 11 x64, Debian 10 x64, macOS 12, Ubuntu 20.04 validations: required: true - type: textarea |