diff options
author | Catalan Lover <48515417+FSG-Cat@users.noreply.github.com> | 2022-08-24 14:25:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-24 14:25:40 +0200 |
commit | 3d25be73f0c374b70de8b6fe55886afd3f35b247 (patch) | |
tree | 9b393d4c399b9ec288cadca807aaab320da7ef2a | |
parent | Fix typo and add not applicable instructions for Version. (diff) | |
download | server-3d25be73f0c374b70de8b6fe55886afd3f35b247.tar.xz |
Added Env and Software Vars.
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b59cb097..4684dec8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -24,10 +24,18 @@ A clear and concise description of what you expected to happen. If applicable, add console logs to help give more information about your problem. **System Information (please complete the following information):** - - OS: [e.g. iOS] + - OS: [e.g. Debian Linux, Arch Linux etc.] - 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] +**Env and Software info** + - Release: [e.g. 0.1.0] + - Branch (if release is not applicable): [e.g Staging] + - Commit Hash (if release is not applicable): [e.g 401eda069a3ced17f1c43294d19765663cb8dcb7] + - Database: [e.g Postgres 14] + - Reverse Proxy: [e.g ngnix] + - Thread Count: [e.g 1] + **Additional context** Add any other context about the problem here. |