Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.85 KB

CONTRIBUTING.md

File metadata and controls

25 lines (20 loc) · 1.85 KB

Rules for committing changes to the respository:

  1. 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.
  2. DO NOT change other people's lines or code without asking them directly.
  3. 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/
  4. DO NOT make character attributes higher than 25 (35 maximum). Having a higher value than this breaks certain vanilla events.

Rules for Submitting Bugs or Suggestions (Issues):

  1. Please detail your issue with two labels:
  • Priority (Low, Medium, High, Critical)
  • Bug Type (Lore, Localization, Desync, etc)
  1. Please give the steps to recreate the issue that you are experiencing so we may better address it.
  2. Please tell us what version of the mod this bug occurred in (1.2.0, 1.0.0, etc.).
  3. Give us an explanation of the bug.
  4. You may submit screenshots and .zip files (save games) through GitHub issues; don't hesitate to do so!

General Repository Information:

  1. 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.
  2. 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.