diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index eb64e2f..0000000 --- a/.editorconfig +++ /dev/null @@ -1,8 +0,0 @@ -[*] -charset = utf-8 -indent_style = space -indent_size = 4 -tab_width = 4 -insert_final_newline = true -trim_trailing_whitespace = true -max_line_length = 80 diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml deleted file mode 100644 index 5610d2b..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ /dev/null @@ -1,72 +0,0 @@ -name: Bug report -description: Create a bug report to help us improve. -title: "Bug: " -body: - - type: textarea - id: current - attributes: - label: Current Behaviour - description: | - 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 Behaviour - description: | - Tell us what should happen instead. - validations: - required: true - - type: textarea - id: reproduce - attributes: - label: Steps to reproduce the problem - description: | - What does someone else need to do to encounter the same bug? - placeholder: | - 1. Step 1 - 2. Step 2 - 3. Step 3 - validations: - required: true - - type: textarea - id: extra - attributes: - label: Extra Notes - description: | - Do you have any extra notes that can help solve the issue that does not fit any other field? - placeholder: | - None - validations: - required: false - - type: textarea - id: commit - attributes: - label: AC rev. hash/commit - 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: input - id: os - attributes: - label: Operating system - 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: custom - attributes: - 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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml deleted file mode 100644 index 58f79dd..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ /dev/null @@ -1,33 +0,0 @@ -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 diff --git a/.github/workflows/core-build.yml b/.github/workflows/core-build.yml deleted file mode 100644 index 921c9eb..0000000 --- a/.github/workflows/core-build.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: core-build -on: - push: - branches: - - 'master' - pull_request: - -jobs: - build: - uses: azerothcore/reusable-workflows/.github/workflows/core_build_modules.yml@main - with: - module_repo: ${{ github.event.repository.name }} diff --git a/include.sh b/include.sh deleted file mode 100644 index e69de29..0000000 diff --git a/pull_request_template.md b/pull_request_template.md deleted file mode 100644 index 21c9245..0000000 --- a/pull_request_template.md +++ /dev/null @@ -1,25 +0,0 @@ - - -## Changes Proposed: -- -- - -## Issues Addressed: - -- Closes - -## SOURCE: - - -## Tests Performed: - -- -- - - -## How to Test the Changes: - - -1. -2. -3.