diff options
author | Catalan Lover <48515417+FSG-Cat@users.noreply.github.com> | 2022-08-23 23:57:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-23 23:57:21 +0200 |
commit | 29444dd8e08fd718688b0372ed74226f0ea6cfab (patch) | |
tree | e83939e90b6cdeeea147cba412748e19f031be2b | |
parent | Update feature_request.md (diff) | |
download | server-29444dd8e08fd718688b0372ed74226f0ea6cfab.tar.xz |
Fix typo and add not applicable instructions for Version.
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b5e27de4..b59cb097 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -23,9 +23,9 @@ A clear and concise description of what you expected to happen. **Console Logs** If applicable, add console logs to help give more information about your problem. -**System Information(please complete the following information):** +**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] |