mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-31 01:23:47 +00:00
Merge branch 'master' into Playerbot
This commit is contained in:
75
.github/ISSUE_TEMPLATE/cc_bta_issues.yml
vendored
Normal file
75
.github/ISSUE_TEMPLATE/cc_bta_issues.yml
vendored
Normal file
@@ -0,0 +1,75 @@
|
||||
name: Build/Tools/Apps issues
|
||||
description: Got an issue with build, tools or apps? Create an issue to let us know!
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thank you for taking the 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: textarea
|
||||
id: current
|
||||
attributes:
|
||||
label: Current Behaviour
|
||||
description: |
|
||||
What actually happens and how do we reproduce it?
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
label: Logs and Screenshots
|
||||
description: |
|
||||
Do you have any logs or screenshots that can be useful?
|
||||
If you have logs in text form please upload them to [Gist](https://gist.github.com/) or PasteBin and upload the link.
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
id: os
|
||||
attributes:
|
||||
label: Operating System
|
||||
description: |
|
||||
The Operating System you are having issues on.
|
||||
i.e. Windows 11 x64, Debian 10 x64, macOS 12, Ubuntu 20.04
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: deps
|
||||
attributes:
|
||||
label: Dependencies & versions
|
||||
description: |
|
||||
Relevant information about dependencies and their versions that can be useful to debug the issue.
|
||||
Example:
|
||||
- OpenSSL ver ...
|
||||
- Boost ver ...
|
||||
- MySQL ver ...
|
||||
- Visual Studio ver ...
|
||||
- GCC ver ...
|
||||
- Clang ver ...
|
||||
- CMake ver ...
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: commit
|
||||
attributes:
|
||||
label: Commit
|
||||
description: |
|
||||
Which commit hash are you using.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: extra
|
||||
attributes:
|
||||
label: Additional Context
|
||||
description: |
|
||||
Do you have any other relevant information about the issue?
|
||||
validations:
|
||||
required: false
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thank you for your contribution.
|
||||
If you use AzerothCore regularly, we really NEED your help to:
|
||||
- Test our fixes: https://www.azerothcore.org/wiki/How-to-test-a-PR
|
||||
- Report issues or suggestions: https://github.com/azerothcore/azerothcore-wotlk/issues/new/choose
|
||||
- Improve the documentation/wiki: https://www.azerothcore.org/wiki/home
|
||||
With your help, the project can evolve much quicker!
|
||||
Reference in New Issue
Block a user