diff options
author | Catalan Lover <48515417+FSG-Cat@users.noreply.github.com> | 2022-08-23 23:57:21 +0200 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-12-19 19:48:42 +1100 |
commit | eca46fa458969f9635396efbe252f3fd81c17d48 (patch) | |
tree | 4408ba1231067c6ae590acf497b607dd65152d2a | |
parent | Update issue templates (diff) | |
download | server-eca46fa458969f9635396efbe252f3fd81c17d48.tar.xz |
Fix typo and add not applicable instructions for Version.
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5f13d1e8..b59cb097 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -25,7 +25,7 @@ If applicable, add console logs to help give more information about your problem **System Information (please complete the following information):** - OS: [e.g. iOS] - - Version: [e.g Ubuntu 22.04 LTS/Windows Server 2022] + - Version (If not applicable skip): [e.g Ubuntu 22.04 LTS/Windows Server 2022] - Node Version: [e.g Node v18.7.0] - Python 3 Version: [e.g Python 3.10.6] |