diff options
author | Catalan Lover <48515417+FSG-Cat@users.noreply.github.com> | 2022-08-24 14:25:40 +0200 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-12-19 19:49:02 +1100 |
commit | 374e8e8745331d495fd1d2d5013e8d7f9b64682a (patch) | |
tree | d165bc84e5016e38e9ce0a1ad05352298f5e2b61 | |
parent | Fix typo and add not applicable instructions for Version. (diff) | |
download | server-374e8e8745331d495fd1d2d5013e8d7f9b64682a.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. |