└── .github └── ISSUE_TEMPLATE └── bug_report.md /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Bug report 3 | about: Create a report to help us improve 4 | title: '' 5 | labels: '' 6 | assignees: Cazadorsniper 7 | 8 | --- 9 | 10 | # Use the search function before reporting to see if the issue has been reported before. 11 | **Pack Version:** 12 | **Pack Mode (Normal, Titan, Kappa, Mythic):** 13 | **Singleplayer, Multiplayer, or LAN?:** 14 | 15 | **Description:** 16 | 17 | **Steps to reproduce:** 18 | 19 | **Crash log (use pastebin or issue will be closed):** 20 | --------------------------------------------------------------------------------