Go to file
Original Fannibal efb39d76e1 DaysBetween: Fix #2844 Improve triggering (#4464)
* Add "Days until" as a trigger

* Added tests

* Added test for specific date in the future

* Added anchors

* Updated test for fixed date in the future
2017-09-13 16:51:36 -04:00
.github REPO: Update pr/readme template (#4474) 2017-09-05 09:31:03 -04:00
lib/DDG DaysBetween: Fix #2844 Improve triggering (#4464) 2017-09-13 16:51:36 -04:00
share/goodie Fix micro symbol issue. (#4484) 2017-09-11 16:35:26 -04:00
spec Conversions Suggestion: (ANGLE) - Add Missing Units (#4224) 2017-06-03 15:35:10 +01:00
t DaysBetween: Fix #2844 Improve triggering (#4464) 2017-09-13 16:51:36 -04:00
template Merge pull request #3337 from duckduckgo/gd/cheat-sheet-template 2016-07-07 11:34:44 -06:00
.gitignore gitignore metadata 2015-02-12 13:23:57 -05:00
.travis.yml Fix Travis Builds: use --mirror-only option to prevent installing from backpan (#4478) 2017-09-06 13:01:56 -04:00
CONTRIBUTING.md Update CONTRIBUTING.md 2017-09-05 09:35:54 -04:00
LICENSE Vanilla LICENSE file, no modifications. 2015-01-19 22:30:05 +01:00
README.md Add back build status 2017-09-05 09:52:23 -04:00
dist.ini v1259 2017-08-30 16:36:54 -04:00
package.json Conversions: Fixed spelling of cmH2O and Cups, Fixes FE-Tests (#4160) 2017-05-05 15:18:03 -04:00

README.md

In Maintenance Build Status

DuckDuckHack is now in maintenance mode. We are only accepting pull requests for essential bug fixes. For more information see duckduckhack.com.

What are essential bug fixes?

Any changes necessary to keep existing Instant Answers functioning correctly and as expected. For example:

  • Updating the URL for a Spice Instant Answer when the API changes
  • Correcting a Perl or JavaScript logic error
  • Fixing CSS that's causing the display to break

Any other changes will not be accepted. For example:

  • spelling/comment changes
  • unsolicited improvements, changes, and code refactoring