chore(Licence): Add an agreement to relicense for futur PRs (#20910)

This commit is contained in:
Grimdhex
2024-12-20 07:36:04 +01:00
committed by GitHub
parent ceefd89a06
commit 70b8b6f47a

View File

@@ -56,3 +56,10 @@ http://www.azerothcore.org/wiki/How-to-test-a-PR
**REMEMBER**: when testing a PR that changes something **generic** (i.e. a part of code that handles more than one specific thing), the tester should not only check that the PR does its job (e.g. fixing spell XXX) but **especially** check that the PR does not cause any regression (i.e. introducing new bugs).
**For example**: if a PR fixes spell X by changing a part of code that handles spells X, Y, and Z, we should not only test X, but **we should test Y and Z as well**.
## Licence consent:
In the spirit of collaboration with other projects in the emulation scene, we encourage all new PRs to authorize sharing on GPLv2- based projects.
- [X] I agree with sharing my contributions with GPLv2-based projects.
Further information, here: https://github.com/azerothcore/azerothcore-wotlk/discussions/19868