- NEVER commit directly to the
master
branch. Always create a new branch upon commit and create a pull request. This allows us to tag all changes made to the directly and more easily track and control where things are going in and out. - DO NOT change other people's lines or code without asking them directly.
- DO NOT change province attributes without changing Guardians of Azeroth\map\provinceDef.xls. This is because the next map generation will clear all of your changes. For more information, visit this link: https://forum.paradoxplaza.com/forum/index.php?threads/tutorial-tool-how-to-fill-a-custom-map.697082/
- DO NOT make character attributes higher than 25 (35 maximum). Having a higher value than this breaks certain vanilla events.
- Please detail your issue with two labels:
- Priority (Low, Medium, High, Critical)
- Bug Type (Lore, Localization, Desync, etc)
- Please give the steps to recreate the issue that you are experiencing so we may better address it.
- Please tell us what version of the mod this bug occurred in (1.2.0, 1.0.0, etc.).
- Give us an explanation of the bug.
- You may submit screenshots and .zip files (save games) through GitHub issues; don't hesitate to do so!
- If your pull request is currently a work in progress and requires more commits before review/finalization, please write in "(WIP)" at the end of your pull request title. This will have GitHub mark it as a pull request that should not be merged yet.
- If you want to commit changes that aren't yours or are completely generated, upload these changes to a separate branch. When you will be ready to create a pull request for this branch, please write in "(GDC)" at the end of your pull request title.