Go to file
Rohit Upadhyay 50bb72dff7 Game2048: Fixed overtriggering (#4473)
* fixed overtriggering in Game2048

* Added two more tests to help fix issue #4473

* Added regex guard in handle function to fix #4473.

* modified regex guard for #4473

* Added a test to t/Game2048.t

* Removed trailing comma.
2017-09-05 14:00:32 -04:00
.github REPO: Update pr/readme template (#4474) 2017-09-05 09:31:03 -04:00
lib/DDG Game2048: Fixed overtriggering (#4473) 2017-09-05 14:00:32 -04:00
share/goodie Conversions: Add light years, astronomical units, parsecs (#4438) 2017-09-02 10:54:22 +01:00
spec Conversions Suggestion: (ANGLE) - Add Missing Units (#4224) 2017-06-03 15:35:10 +01:00
t Game2048: Fixed overtriggering (#4473) 2017-09-05 14:00:32 -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 Update travis config. (#4373) 2017-07-25 13:35:02 -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