Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

Commit

Permalink
Merge pull request #320 from IDotD/Idrinth-patch-1
Browse files Browse the repository at this point in the history
fixes #317
  • Loading branch information
w20k authored May 3, 2017
2 parents 59c4f86 + a993e28 commit 02e1ea5
Show file tree
Hide file tree
Showing 23 changed files with 6,148 additions and 5,189 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ rules:
no-with: 2
radix: 2
vars-on-top: 0
wrap-iife: 2
wrap-iife: 1
yoda: 0

# Strict
Expand Down
1 change: 1 addition & 0 deletions .jshintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
src/libs/*
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# IDotD
A script for dawn of the dragons, that works based on data provided to https://dotd.idrinth.de via UgUp.
A script for Dawn of the Dragons, that works based on data provided to https://dotd.idrinth.de via UgUp.

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/e80204911a734a56a471ab9b9ac649db)](https://www.codacy.com/app/IDotD/IDotD?utm_source=github.com&utm_medium=referral&utm_content=IDotD/Userscript&utm_campaign=Badge_Grade)

Expand All @@ -18,6 +18,13 @@ Most information is avaible at [this project's wiki](https://idotd.github.io/) -
We prefer the usage of the [tracker](https://github.com/IDotD/Userscript/issues) here, otherwise we do import requests from [GoogleDocs](https://docs.google.com/document/d/1ozOWQuAEKCNnt2cwQ4SZtkpYM_pvrl8Bnj0e_O1KKWs/edit) from time to time.
[Previous GoogleDoc Tickets](https://github.com/IDotD/Userscript/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3A%22Source%20GoogleDocs%22%20)

Otherwise feel free to contact us via chat.

## How To Help

We can use helpers for the following: update and improve the wiki, help coding the userscript and testing any of the branches. For any of the later two have a look at the related documentation in the [wiki](https://idotd.github.io/).
We can use helpers for the following:
- update and improve the wiki
- help coding the userscript
- testing any of the branches.

For any of the later two have a look at the related documentation in the [wiki](https://idotd.github.io/).
Loading

0 comments on commit 02e1ea5

Please sign in to comment.