Skip to content

Commit

Permalink
Merge branch 'master' of github.com:azerothcore/mod-quest-status
Browse files Browse the repository at this point in the history
  • Loading branch information
pangolp committed Mar 28, 2024
2 parents 93842da + 312fb45 commit 7349118
Show file tree
Hide file tree
Showing 13 changed files with 238 additions and 246 deletions.
10 changes: 5 additions & 5 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@
## For documentation

# Documents
*.doc diff=astextplain
*.DOC diff=astextplain
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain

## DOCUMENTATION
*.markdown text
Expand Down
86 changes: 23 additions & 63 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,84 +1,44 @@
name: Bug report
description: Create a bug report to help us improve.
title: "Bug: "
body:
- type: markdown
attributes:
value: |
Thank you for taking your time to fill out a bug report. Remember to fill out all fields including the title above.
An issue that is not properly filled out will be closed.
- type: dropdown
id: client
attributes:
label: What client do you play on?
options:
- enGB
- enUS
- deDE
- esES
- esMX
- frFR
- ruRU
- other
validations:
required: true
- type: checkboxes
id: faction
attributes:
label: Faction
options:
- label: Alliance
- label: Horde
- type: textarea
id: current
attributes:
label: Current Behaviour
description: |
Describe the bug in detail. Database to link spells, NPCs, quests etc: https://wowgaming.altervista.org/aowow/
Description of the problem or issue here.
Include entries of affected creatures / items / quests / spells etc.
If this is a crash, post the crashlog (upload to https://gist.github.com/) and include the link here.
Never upload files! Use GIST for text and YouTube for videos!
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Blizzlike Behaviour
label: Expected Behaviour
description: |
Describe how it should be working without the bug. Link to evidence if possible such as YouTube videos or WoWHead comments from the time.
Tell us what should happen instead.
validations:
required: true
- type: textarea
id: source
attributes:
label: Source
description: |
HEADS UP: include sources in your bug report which are relevant to the 3.3.5a game version,
we will close any bug like "X should be changed to Y" reported without sources.
validations:
required: false
- type: textarea
id: reproduce
attributes:
label: Steps to reproduce the problem
description: |
Describe precisely how to reproduce the bug so we can fix it or confirm its existence:
- Which commands to use? Which NPC to teleport to?
- Do we need to have debug flags on Cmake?
- Do we need to look at the console while the bug happens?
- Other steps
- Use the ingame commands to identify the unique GUID of an ore/herb/npc: .npc info / .gobject near
What does someone else need to do to encounter the same bug?
placeholder: |
1.
2.
3.
4.
1. Step 1
2. Step 2
3. Step 3
validations:
required: true
- type: textarea
id: extra
attributes:
label: Extra Notes
description: |
Any information that can help the developers to identify and fix the issue should be put here.
Examples:
Links to items/NPCs/quests from https://wowgaming.altervista.org/aowow/
Do you have any extra notes that can help solve the issue that does not fit any other field?
placeholder: |
None
validations:
Expand All @@ -87,26 +47,26 @@ body:
id: commit
attributes:
label: AC rev. hash/commit
placeholder: |
https://github.com/chromiecraft/azerothcore-wotlk/commit/e92428940539d178e08012db6e2681690d2308aa
description: |
Copy the result of the `.server debug` command (if you need to run it from the client get a prat addon)
validations:
required: true
- type: dropdown
- type: input
id: os
attributes:
label: Operating system
options:
- Windows
- Linux
- Mac OS
- other
description: |
The Operating System the Server is running on.
i.e. Windows 11 x64, Debian 10 x64, macOS 12, Ubuntu 20.04
validations:
required: true
- type: textarea
id: customizations
id: custom
attributes:
label: Customizations
value: |
label: Custom changes or Modules
description: |
List which custom changes or modules you have applied, i.e. Eluna module, etc.
placeholder: |
None
validations:
required: false
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Feature request
description: Suggest an idea for this project
title: "Feature: "
body:
- type: markdown
attributes:
value: |
Thank you for taking your time to fill out a feature request. Remember to fill out all fields including the title above.
An issue that is not properly filled out will be closed.
- type: textarea
id: description
attributes:
label: Describe your feature request or suggestion in detail
description: |
A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
id: solution
attributes:
label: Describe a possible solution to your feature or suggestion in detail
description: |
A clear and concise description of any alternative solutions or features you've considered.
validations:
required: false
- type: textarea
id: additional
attributes:
label: Additional context
description: |
Add any other context or screenshots about the feature request here.
validations:
required: false
25 changes: 25 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!-- First of all, THANK YOU for your contribution. -->

## Changes Proposed:
-
-

## Issues Addressed:
<!-- If your fix has a relating issue, link it below -->
- Closes

## SOURCE:
<!-- If you can, include a source that can strengthen your claim -->

## Tests Performed:
<!-- Does it build without errors? Did you test in-game? What did you test? On which OS did you test? Describe any other tests performed -->
-
-


## How to Test the Changes:
<!-- Describe in a detailed step-by-step order how to test the changes -->

1.
2.
3.
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
[2024-03-28]
- Update the module to the latest version of the emulator.
- Modify the way you write commands.
- Add suggestion templates.
- Add pull request template
- Modify file names
- Add header to better organize the methods.

[2022-06-29]
- I update the emulator to work with the latest AzerothCore api.
- An issue template is added, to report bugs.
32 changes: 0 additions & 32 deletions conf/conf.sh.dist

This file was deleted.

6 changes: 3 additions & 3 deletions conf/mod_quest_status.conf.dist
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[worldserver]

#
# Enable Announces that the module is activated or deactivated.
# default: true
# Enable Announces that the module is activated or deactivated.
# Default: true
#

AnnouncePlayer.enable=true
AnnouncePlayer.enable = true
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

DELETE FROM `command` WHERE `name`='qs';

INSERT INTO `command` (`name`, `security`, `help`) VALUES
Expand Down
10 changes: 0 additions & 10 deletions include.sh
Original file line number Diff line number Diff line change
@@ -1,10 +0,0 @@
#!/usr/bin/env bash

## GETS THE CURRENT MODULE ROOT DIRECTORY
MOD_QUEST_STATUS_ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )/" && pwd )"

source $MOD_QUEST_STATUS_ROOT"/conf/conf.sh.dist"

if [ -f $MOD_QUEST_STATUS_ROOT"/conf/conf.sh" ]; then
source $MOD_QUEST_STATUS_ROOT"/conf/conf.sh"
fi
Loading

0 comments on commit 7349118

Please sign in to comment.