„README.md“ ändern
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Florian Brinker 2020-06-01 11:47:35 +00:00
parent 8a18c59c49
commit 645fc569f3
1 changed files with 7 additions and 1 deletions

View File

@ -19,4 +19,10 @@ I'll still be available here and be able to update the ESOUI page.
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.
#### Linting
Luacheck is used to check the LUA code. [Documentation](https://luacheck.readthedocs.io/en/stable/index.html)
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`