2016-08-03 11:28:13 +00:00
# AchievementInfo
2019-10-23 10:03:50 +00:00
[![Build Status ](https://drone.f-brinker.de/api/badges/fbrinker/elderscrolls-addon-achievementInfo/status.svg )](https://drone.f-brinker.de/fbrinker/elderscrolls-addon-achievementInfo)
[![Latest Releases ](https://badgen.net/badge/releases/latest )](https://git.f-brinker.de/fbrinker/elderscrolls-addon-achievementInfo/releases)
2019-09-11 20:15:51 +00:00
This is an **The Elderscrolls Online** addon. [See all details and the download @ESOUI ](http://www.esoui.com/downloads/info350-AchievementInfo.html#info ).
2016-08-03 11:28:13 +00:00
2019-09-11 20:23:29 +00:00
[Issue-Tracker ](https://git.f-brinker.de/fbrinker/elderscrolls-addon-achievementInfo/issues )
2019-09-11 20:03:53 +00:00
## Why is this a public project?
2019-10-23 10:03:50 +00:00
2016-08-03 11:34:27 +00:00
In case I quit or pause playing TESO and cannot maintain this addon, feel free to contribute to keep this up to date and running.
2019-09-11 20:03:53 +00:00
I'll still be available here and be able to update the ESOUI page.
## How to contribute?
2019-10-23 10:03:50 +00:00
2019-09-11 20:13:07 +00:00
**IMPORTANT: Github is a mirror.** Please contribute at [git.f-brinker.de/elderscrolls-addon-achievementInfo ](https://git.f-brinker.de/fbrinker/elderscrolls-addon-achievementInfo ) - You can login with your Github or Gitlab account (OAuth2).
2019-09-11 20:03:53 +00:00
Then, create a fork of the repository, do what you have to do and create a pull-request afterwards. Feel free to contact me any time.
2019-10-23 20:24:30 +00:00
#### Linting
2020-06-01 11:47:35 +00:00
Luacheck is used to check the LUA code. [Documentation ](https://luacheck.readthedocs.io/en/stable/index.html )
## API Version Upgrade
* Increment the API Version in the _AchievementInfo.txt_ file
* Commit: `git commit -am "New Api Version"`
* Add new Tag `git tag x.yz`
* Push `git push && git push --tags`