Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.26 KB

File metadata and controls

25 lines (18 loc) · 1.26 KB

Thank you for considering contributing to this project!

Before you proceed with pull request, please read and acknowledge the following:

No AI.

Do not contribute code that was AI-generated or written with heavy AI-assistance. No exceptions.

Keep generalized methods/functions out of encounter modules.

Adding new methods/functions should be done in their proper sections to allow for broader use across the plugin.

Do not refactor code outside encounter modules without extensive testing.

Functions outside of specific encounter modules are used by all modules and are expected to behave in a certain way, changing that code can negatively affect pre-existing modules.

Encounter module code change testing.

Encounter modules should be tested in actual duties rather than just playing back a replay to test.

Keep your additions in uniform with the rest of the code.

Building the solution after making changes should not add any new Errors, Warnings, or Messages in your IDE. No major code style changes please.

Most welcomed changes.

Please feel free to:

  • Add encounter modules for older content that is missing.

First-time contributors.

When opening a pull request for the first time please note that you've read and acknowledged this document.