Skip to content

Contributing

Joe edited this page Jun 8, 2026 · 3 revisions

Thank you for your interest in contributing to Epithet!

Updating Translations

If you want to help translate Epithet into another language or update existing translations:

  1. Navigate to the Locales/ directory.
  2. Edit or create the appropriate localization file (e.g., enGB.lua, frFR.lua, deDE.lua).
  3. Ensure you follow the existing AceLocale format.
  4. Submit a Pull Request with your changes.

Updating Title Data and Rarity

The addon relies on a static database for title sources, categories, and rarity because the WoW API does not provide this information. This is generated using an offline tool that I built, however if you want to raise an issue with at title correction or enrichment please do so. Follow the title correction issue template.

Submitting Pull Requests

  1. Fork the repository.
  2. Create a feature branch (git checkout -b feature/my-new-feature).
  3. Commit your changes (git commit -am 'Add some feature').
  4. Push to the branch (git push origin feature/my-new-feature).
  5. Create a new Pull Request.

Clone this wiki locally