mirror of
https://github.com/alexkulya/pandaria_5.4.8.git
synced 2025-12-13 13:37:06 +00:00
Added issue template
This commit is contained in:
parent
1f779c8f3c
commit
c2d3e34584
3 changed files with 47 additions and 2 deletions
11
.github/ISSUE_TEMPLATE.md
vendored
Normal file
11
.github/ISSUE_TEMPLATE.md
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
**Current behavior**:
|
||||||
|
|
||||||
|
**Expected behavior**:
|
||||||
|
|
||||||
|
**Steps to reproduce**:
|
||||||
|
|
||||||
|
1.
|
||||||
|
2.
|
||||||
|
3.
|
||||||
|
|
||||||
|
**Client version**:
|
||||||
35
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
35
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
|
@ -0,0 +1,35 @@
|
||||||
|
---
|
||||||
|
name: 🐛 Bug Report
|
||||||
|
about: Report any bug or defect you've come across when using Pandaria 5.4.8
|
||||||
|
labels: bug
|
||||||
|
title: 🐛 [Bug]
|
||||||
|
---
|
||||||
|
<!--
|
||||||
|
Visit our Discord to engage directly with the developers of Pandaria 5.4.8
|
||||||
|
|
||||||
|
Discord: https://discord.gg/y3zspxan7k
|
||||||
|
-->
|
||||||
|
## 🐛 Bug report
|
||||||
|
<!-- Describe your issue in detail. Give us as much information as possible. You should include a screenshot! -->
|
||||||
|
- No information
|
||||||
|
|
||||||
|
### Expected behavior
|
||||||
|
<!-- How should it work + proof. -->
|
||||||
|
- No information
|
||||||
|
|
||||||
|
### Steps to reproduce
|
||||||
|
<!-- Provide all GM commands required to reproduce if possible. -->
|
||||||
|
1.
|
||||||
|
2.
|
||||||
|
3.
|
||||||
|
4. ...
|
||||||
|
5. Profit.
|
||||||
|
|
||||||
|
### Version
|
||||||
|
<!-- Provide these infos if available and applicable -->
|
||||||
|
<!--
|
||||||
|
Currently available client versions:
|
||||||
|
- 5.4.8.18414
|
||||||
|
-->
|
||||||
|
Client Version:
|
||||||
|
- No information
|
||||||
|
|
@ -8,4 +8,3 @@ INSERT INTO `game_event` (`eventEntry`, `start_time`, `end_time`, `occurence`, `
|
||||||
DELETE FROM `game_event_creature` WHERE `guid` = 44457 AND `eventEntry` = 118;
|
DELETE FROM `game_event_creature` WHERE `guid` = 44457 AND `eventEntry` = 118;
|
||||||
INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES
|
INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES
|
||||||
(118, 44457);
|
(118, 44457);
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue